luigi.contrib.hdfs
Provides access to HDFS using the HdfsTarget, a subclass of Target.
You can configure what client by setting the “client” config under the “hdfs” section in the configuration, or using the --hdfs-client command line option.
“hadoopcli” is the slowest, but should work out of the box.
Since the hdfs functionality is quite big in luigi, it’s split into smaller
files under luigi/contrib/hdfs/*.py. But for the sake of convenience and
API stability, everything is reexported under luigi.contrib.hdfs.
Modules
Module containing abstract class about hdfs clients. |
|
The implementations of the hdfs clients. |
|
You can configure what client by setting the "client" config under the "hdfs" section in the configuration, or using the |
|
The implementations of the hdfs clients. |
|
The implementations of the hdfs clients. |
|
Provides access to HDFS using the |
|
A luigi file system client that wraps around the hdfs-library (a webhdfs client) |