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

Please close it when you respond with a yes/no. Thanks!

If I understand correctly, the following line: https://github.com/spotify/snakebite/blob/master/snakebite/client.py#L1473 breaks the compatibility with 3.x. Is that correct? Is it a feature?

I was getting error as below any idea? ++++ $ python Python 2.6.6 (r266:84292, Jul 23 2015, 15:22:56) [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)] on linux2 Type "help", "copyright", "credits"...

I'm using Spark on AWS EMR against S3 via [EMRFS](http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-fs.html) and trying to use snakebite to test whether a file exists on S3 via EMRFS's consistent view. I am not...

Is there a way to Mock Snakebite to point to LocalFS for the purpose of unit tests ?

Added additional command line parameter to allow setting the HDFS effective user.

hi I'm a beginer for using snakebite. when I exec " snakebite -D ls / ",It works.It turn out like this: [root@sjs_38_58 src]# snakebite -D ls / > DEBUG:snakebite.config:Got namenode...

Hi, I am using snakebite client to fetch files from single node cluster. Despite the fact that snakebite cli is perfectly fetching entire file, I am unable to fetch entire...

I am running in the same end-group tag issue that was actually already filed in #99 and #190 which were closed but never solved. You'll find the debug output below....

When I am running the command below snakebite ls hdfs://... it gives me an error like that: Request error: org.apache.hadoop.security.AccessControlException SIMPLE authentication is not enabled. Available:[TOKEN, KERBEROS] Does anyone know...