pyhdfs-client 0.1.3

Creator: railscoderz

Last updated:

Add to Cart

Description:

pyhdfsclient 0.1.3

pyhdfs-client : Powerful HDFS Client for python

Why it's fast powerful?
Native hdfs client offers much better performance than webhdfs clients. However calling native client for hadoop operations have an additional overhead of starting jvm. pyhdfs-client brings the performance of native hdfs client without any overhead of starting jvm on every command execution.


Features

HDFS client for python
Easy to integrate with python applications
Better Performance than webhdfs clients
Provide native hadoop client performance without any overhead
Support both UNIX and Windows

Whats new in 0.1.3?

Multiple instances of HDFS client enabled.
[fix] Temporary folder deletion
[fix] Java process shutdown issues on UNIX


Installation
pip install pyhdfs-client

Requirements: hadoop binaries and py4j installed
Sample Usage
>>> from pyhdfs_client.pyhdfs_client import HDFSClient
>>> hdfs_client = HDFSClient()
>>> ret, out, err = hdfs_client.run(['-ls', '/'])
>>> print(out)
Found 1 items
drwxr-xr-x - gp supergroup 0 2021-03-21 01:10 /f1
>>> hdfs_client.stop() # to terminate hdfs client

Contribution

Any contribution for enhancements and bug fixes is welcome.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.2 (2021-03-23)

added UNIX Support


0.1.1 (2021-03-22)

First release on PyPI.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.