An open API service indexing awesome lists of open source software.

https://github.com/kasperskylab/webhdfs.kitty


https://github.com/kasperskylab/webhdfs.kitty

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# WebHDFS.Kitty
Yet another WebHDFS client on .Net Standard

| Method | 2.6 |
| ------ | --- |
| **HTTP GET**
| OPEN | `implemented`
| GETFILESTATUS | `implemented`
| LISTSTATUS | `implemented`
| GETCONTENTSUMMARY | `implemented`
| GETFILECHECKSUM | `implemented`
| GETHOMEDIRECTORY | `implemented`
| GETDELEGATIONTOKEN | `not implemented`
| GETDELEGATIONTOKENS | `not implemented`
| GETXATTRS | `not implemented`
| GETXATTRS | `not implemented`
| GETXATTRS | `not implemented`
| LISTXATTRS | `not implemented`
| CHECKACCESS | `not implemented`
| |
| **HTTP PUT**
| CREATE | `implemented`
| MKDIRS | `implemented`
| CREATESYMLINK | `not implemented`
| RENAME | `implemented`
| SETREPLICATION | `implemented`
| SETOWNER | `not implemented`
| SETPERMISSION | `implemented`
| SETTIMES | `not implemented`
| RENEWDELEGATIONTOKEN | `not implemented`
| CANCELDELEGATIONTOKEN | `not implemented`
| CREATESNAPSHOT | `not implemented`
| RENAMESNAPSHOT | `not implemented`
| SETXATTR | `not implemented`
| REMOVEXATTR | `not implemented`
| |
| **HTTP POST**
| APPEND | `implemented`
| CONCAT | `not implemented`
| |
| **HTTP DELETE**
| DELETE | `implemented`
| DELETESNAPSHOT | `not implemented`