https://github.com/kasperskylab/webhdfs.kitty
https://github.com/kasperskylab/webhdfs.kitty
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kasperskylab/webhdfs.kitty
- Owner: KasperskyLab
- License: mit
- Created: 2020-10-29T15:19:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T07:34:25.000Z (over 3 years ago)
- Last Synced: 2024-12-29T01:56:08.894Z (over 1 year ago)
- Language: C#
- Size: 66.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`