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/03/19 12:38:56 UTC

[GitHub] [accumulo] drewfarris commented on a change in pull request #1042: Fixes #1041 Provides proper volumes to chooser from import table command

drewfarris commented on a change in pull request #1042: Fixes #1041 Provides proper volumes to chooser from import table command
URL: https://github.com/apache/accumulo/pull/1042#discussion_r266864789
 
 

 ##########
 File path: server/master/src/test/java/org/apache/accumulo/master/tableOps/ImportTableTest.java
 ##########
 @@ -38,21 +38,20 @@ public void testTabletDir() {
     iti.tableId = "5";
 
     // Different volumes with different paths
-    String[] tableDirs = new String[] {"hdfs://nn1:8020/apps/accumulo1/tables",
-        "hdfs://nn2:8020/applications/accumulo/tables"};
+    String[] volumes = {"hdfs://nn1:8020/apps/accumulo1", "hdfs://nn2:8020/applications/accumulo"};
 
 Review comment:
   @ctubbsii thanks for pointing this out - fixed.

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