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/03 22:21:07 UTC

[GitHub] [accumulo-examples] ctubbsii commented on a change in pull request #51: Allows HDFS to correctly navigate to correct location of split file.

ctubbsii commented on a change in pull request #51: Allows HDFS to correctly navigate to correct location of split file.
URL: https://github.com/apache/accumulo-examples/pull/51#discussion_r290061321
 
 

 ##########
 File path: src/main/java/org/apache/accumulo/examples/mapreduce/bulk/BulkIngestExample.java
 ##########
 @@ -43,8 +43,8 @@
  * files containing tab separated key value pairs on each line.
  */
 public class BulkIngestExample {
-  static String workDir = "tmp/bulkWork";
-  static String inputDir = "bulk";
+  static String workDir = "./tmp/bulkWork";
+  static String inputDir = "./bulk";
 
 Review comment:
   What does this change?

----------------------------------------------------------------
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