ctubbsii commented on a change in pull request #49: Updates for starting
MapReduce jobs from randomwalk
URL: https://github.com/apache/accumulo-testing/pull/49#discussion_r245136656
##########
File path: src/main/java/org/apache/accumulo/testing/TestEnv.java
##########
@@ -97,6 +97,13 @@ public Configuration getHadoopConfiguration() {
hadoopConfig.set("fs.file.impl",
org.apache.hadoop.fs.LocalFileSystem.class.getName());
Review comment:
This is the implementation to handle HDFS filesystems that are `file://`
URI-based instead of `hdfs://`. It's only ever used if the configured DFS
filesystem is local.
----------------------------------------------------------------
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