ctubbsii commented on a change in pull request #565: Removed usage of Instance
URL: https://github.com/apache/accumulo/pull/565#discussion_r203544025
 
 

 ##########
 File path: 
server/base/src/main/java/org/apache/accumulo/server/cli/ClientOpts.java
 ##########
 @@ -19,13 +19,18 @@
 import org.apache.accumulo.core.client.AccumuloException;
 import org.apache.accumulo.core.client.AccumuloSecurityException;
 import org.apache.accumulo.core.client.Instance;
+import org.apache.accumulo.core.client.impl.ClientContext;
 import org.apache.accumulo.server.client.HdfsZooInstance;
 
 public class ClientOpts extends org.apache.accumulo.core.cli.ClientOpts {
   {
     setPrincipal("root");
   }
 
+  public ClientContext getClientContext() {
 
 Review comment:
   Not objecting to this, but what's this used for? Can it completely replace 
the other methods, like `getInstance()`?

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

Reply via email to