keith-turner opened a new issue #414: Can not create Connector from existing 
Connector
URL: https://github.com/apache/accumulo/issues/414
 
 
   Using only the new Connector builder APIs introduced in 
[ACCUMULO-4784](https://issues.apache.org/jira/browse/ACCUMULO-4784) there is 
no way to create a Connector from an exisitng Connector with a different user.  
I noticed this when working on #410 and wrote a test that creates a user and 
then creates a Connector for that user.  With the old APIs this could be done 
as follows
   
   ```java
   Connector conn = ...
   //create connector as another user for same instance.
   conn = conn.getInstance().getConnector("user", "pass");
   ```
   
   

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