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 2018/11/08 17:55:31 UTC

[GitHub] mikewalch commented on a change in pull request #752: Fixes #747 - Shorten method names in AccumuloClient builder

mikewalch commented on a change in pull request #752: Fixes #747 - Shorten method names in AccumuloClient builder
URL: https://github.com/apache/accumulo/pull/752#discussion_r231999639
 
 

 ##########
 File path: test/src/main/java/org/apache/accumulo/test/ShellServerIT.java
 ##########
 @@ -176,7 +175,7 @@ public String getErrorMessage() {
 
     TestShell(String user, String rootPass, String instanceName, String zookeepers, File configFile)
         throws IOException {
-      ClientInfo info = Accumulo.newClient().from(configFile.getAbsolutePath()).info();
+      ClientInfo info = ClientInfo.from(configFile.toPath());
 
 Review comment:
   They should be. I ran this IT and it passes.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services