Reputation: 170
I just installed Apache Accumulo. It is successfully initialized and run but after a restart when i insert start-all.sh command it stuck on waiting for Accumulo to be initialized. what's wrong here?
Upvotes: 0
Views: 156
Reputation: 221
If you've restarted your computer, be sure that you have also restarted Hadoop (HDFS) and Zookeeper as well as verify they are running correctly. They are required to be running for Accumulo.
It sounds like you might be running this locally on a single machine. If that's the case, also verify your hadoop hdfs settings and make sure it's not writing its data to /tmp which will get wiped out occasionally between restarts.
Upvotes: 1