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 2019/06/26 20:31:09 UTC

[GitHub] [accumulo-testing] ctubbsii opened a new pull request #87: Fix #83 Add hadoop conf to CLASSPATH for defaultFS

ctubbsii opened a new pull request #87: Fix #83 Add hadoop conf to CLASSPATH for defaultFS
URL: https://github.com/apache/accumulo-testing/pull/87
 
 
   Ensure test client code has core-site.xml on its class path so that when
   client code calls "new Configuration()" (for example, to qualify HDFS
   paths without a scheme), it will use the fs.defaultFS to qualify them.
   
   This fixes issues in bulk import test code that does not properly
   qualify Paths as hdfs:// paths, and instead assumes file:// incorrectly.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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