Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.10.0
Description
Currently in order to pass HDFS configurations of values down to the underlying libhdfs driver you have to either set HADOOP_HOME (using libhdfs) or LIBHDFS3_CONF (for libhdfs3) to point to a location of an hdfs-site.xml file to use. However the API provided by them allows for calling hdfsBuilderConfSetStr to set arbitrary configuration values on the hdfsBuilder object. This would allow for consumers to programmatically set any arbitrary configurations they want including allowing for encryption and other complex hdfs configurations without needing to provide an hdfs-site.xml file.
Attachments
Issue Links
- links to