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

How to Copy HDFS Original Files to a Target Directory (Non-local) exp: copy /a.txt dst /b/a.txt

I notice copyFromLocal exists in commandlineparser.py but not in client.py. Is it not implemented yet? Thanks!

enhancement

I install snakebite as using: pip install snakebite (python 2.7) And i can't find how to use cli with snakebite. Can someone help me?

I need download some from hdfs, when i use '**hadoop fs -D hadoop.job.ugi=username,groupname -get /my/hdfs/file/path'**, it work. I use snakebite client and set effective_user, then copyToLocal, but its **not work**,...

In python 3 `long` and `int` types have been unified and it is no longer legal to use the L postfix to declare a long. As this postfix is used...

switch to sasl3 package which fixes Python 3 compatibility and doesn't have runtime issue on rhel6 platform https://pypi.org/project/sasl3/

From the author, Michael Bonnet at Redhat: ``` python-krbV is a very old codebase, is essentially unmaintained, and isn't going to be ported to python 3. I recommend looking into...

Do you have plans to support both python 2 and 3?

enhancement

I'm using Python **2.7.15** in PyCharm on **Windows 10**. I'm trying to write a unittest using minicluster.py **(snakebite 2.11.0)**. I have following code: ``` cluster = MiniCluster('/test-files') client = Client('localhost',...

On below directories when snakebite python module tries to do ls recursively it, returns no such file or directory. ``` mybox]$ hdfs dfs -ls /data/tdc/dv1/corp/base/dpp/raw/load_date=2018-05-01/ | grep Tenant drwxr-xr-x -...