ZoukeNN commented on issue #1084: Condense fluo.sh URL: https://github.com/apache/fluo/issues/1084#issuecomment-596417418 I am glad you guys are there to support me, I am trying to setup my local dev environment. I am facing few issues while trying to run fluo-uno. ```Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release. Loading configuration from /home/flyingcanopy/fluo-uno/install/accumulo-2.0.0/conf/accumulo-client.properties 2020-03-09 02:04:26,278 [start.Main] ERROR: Thread 'shell' died. java.lang.RuntimeException: Instance name uno does not exist in zookeeper. Run "accumulo org.apache.accumulo.server.util.ListInstances" to see a list. at org.apache.accumulo.core.clientImpl.ClientContext.getInstanceID(ClientContext.java:400) at org.apache.accumulo.core.clientImpl.InstanceOperationsImpl.getInstanceID(InstanceOperationsImpl.java:239) at org.apache.accumulo.shell.Shell.printInfo(Shell.java:631) at org.apache.accumulo.shell.Shell.start(Shell.java:533) at org.apache.accumulo.shell.Shell.execute(Shell.java:517) at org.apache.accumulo.start.Main.lambda$execKeyword$0(Main.java:129) at java.base/java.lang.Thread.run(Thread.java:830). ``` Someone else faced this issue before and resolved it - [Instance name uno does not exist in zookeeper #224](https://github.com/apache/fluo-uno/issues/224). Although the issue he faced and I faced are the same as seen from the logs. I am assuming the cause of the issue might not be the same , hence the fix that he applied is not working for me. Please Let me know if you know how to fix this issue?
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
