Skip to content

Releases: yassineazzouz/pywhdfs

v1.0.8

27 Nov 18:03
Compare
Choose a tag to compare
More Fixes to InvalidTokenError handler

v1.0.7

24 Nov 15:19
Compare
Choose a tag to compare
  • Token renewer
  • Handle Timeouts
  • Use bigger connection pool

v1.0.6

21 Nov 01:02
Compare
Choose a tag to compare
Fix empty input error

v1.0.4

27 Jul 21:02
Compare
Choose a tag to compare

Bug Fixes

v1.0.2

26 Feb 22:00
Compare
Choose a tag to compare

Adding support for two read functions without having to use the context manager for python2.4 compatibility.

v1.0.1

22 Feb 23:56
Compare
Choose a tag to compare

Adjust Build scripts

1.0.0

22 Feb 11:01
Compare
Choose a tag to compare
  • Python Library for interacting with WebHDFS and HTTFS Rest API
  • Support both secure (Kerberos,Token) and insecure clusters
  • Supports HA cluster and handle namenode failover
  • Supports HDFS federation with multiple nameservices and mount points.
  • Json format clusters configuration.
  • Command line interface to interactively interact with WebHDFS API on a python shell.
  • Support concurency on uploads and downloads.