snakebite icon indicating copy to clipboard operation
snakebite copied to clipboard

A pure python HDFS client

Results 69 snakebite issues
Sort by recently updated
recently updated
newest added

Refactor implementation of channel to allow different protocols (Client, Namenode). Clean up the code: - remove redundant code - use protobuf.socketrpc or own implementation

enhancement

Improve usage reports by raw disk usage according to [HADOOP-6857](https://issues.apache.org/jira/browse/HADOOP-6857)

enhancement

Remove operation on file/directory inside directories owned by snakebite user, differs between hdfs and snakebite clients: ``` rav@machine:~$ snakebite ls -d /user/rav Found 1 items drwxr-xr-x - rav rav 0...

bug

Vanilla hdfs client has force flag for rm operation - it would be nice to add it to snakebite as well.

I would like to be able to set the umask for snakebite. E.g. the hadoop equivalent is `hadoop fs -D fs.permissions.umask-mode=002 -mkdir foobar` Ideally I could set it in my...

enhancement

For some errors snakebite will print nice error message like: - DirectoryException ("No such file or directory") - FileNotFoundException ("No such file or directory") Example: ``` bash rav@edge:~$ snakebite ls...

bug

Example for `ls` command: ``` bash rav@edge:~$ snakebite ls -d / /user /dfs '/dfs': No such file or directory rav@edge:~$ snakebite ls -d / /user /user/rav /dfs Found 2 items...

bug

https://issues.apache.org/jira/browse/HDFS-4685

enhancement

curious if you guys have started or are thinking about adding a job command, similar to hadoop job list/kill ?

enhancement