mikewalch commented on issue #427: Shell not working
URL: https://github.com/apache/accumulo/issues/427#issuecomment-381327474
 
 
   The shell works if you pass all information in via the command line or use 
accumulo-client.properties. However, maybe this is a bug in that something is 
missing and a better error message should be printed.
   
   The reason this error is occurring for you is that the shell used to get 
Accumulo instance information (ie. instance name & zookeepers) from the 
accumulo-site.xml which is bad practice.  This info now needs to be passed in 
on command line or set in accumulo-client.properties.  If update Uno, it will 
set up this file.  See commit below:
   
   
https://github.com/astralway/uno/commit/8fbe10a9cd9e12f5eca67ee09cfad62aef141eb5

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


With regards,
Apache Git Services

Reply via email to