mikewalch opened a new issue #783: Configure Accumulo clients with HDFS root
URL: https://github.com/apache/accumulo/issues/783
 
 
   When doing bulk imports, Accumulo clients need to retrieve a Hadoop 
configuration object with `fs.defaultFS` set.  This is currently done by 
setting setting `$HADOOP_HOME/etc/hadoop` on the Java CLASSPATH.  It would be 
nice if you could specify
   ```
   dfs.root = hdfs://localhost:8020
   ```
   Accumulo could still look for Hadoop config dir on classpath and build 
Hadoop Configuration object using it. It could override `fs.defaultFS` if 
`dfs.root` property is set when the client is created.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to