Getting started
Examples
Developper documentation
API documentation
HDFSFileSystem
Context aware HDFSFileSystem using pyarrow.hdfs.
Open and closes connection to HDFS thanks to a context manager
>>> from deepr.io import HDFSFileSystem >>> with HDFSFileSystem() as fs: ... fs.open("path/to/file")
Methods
__init__()
__init__