You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/11/28 20:48:21 UTC

[GitHub] mikewalch opened a new issue #783: Configure Accumulo clients with HDFS root

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:
users@infra.apache.org


With regards,
Apache Git Services