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/03 00:08:24 UTC

[GitHub] milleruntime commented on a change in pull request #1000: Simplified options in ClientOpts

milleruntime commented on a change in pull request #1000: Simplified options in ClientOpts
URL: https://github.com/apache/accumulo/pull/1000#discussion_r261846693
 
 

 ##########
 File path: test/src/main/java/org/apache/accumulo/test/RewriteTabletDirectoriesIT.java
 ##########
 @@ -124,8 +124,10 @@ public void test() throws Exception {
         assertEquals(splits.size() + 1, count);
 
         // This should fail: only one volume
-        assertEquals(1, cluster.exec(RandomizeVolumes.class, "-z", cluster.getZooKeepers(), "-i",
-            getClientInfo().getInstanceName(), "-t", tableName).getProcess().waitFor());
+        assertEquals(1,
+            cluster
+                .exec(RandomizeVolumes.class, "-c", cluster.getClientPropsPath(), "-t", tableName)
+                .getProcess().waitFor());
 
 Review comment:
   Could probably make this format nicer.

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