Hey guys, Still running into problems starting up a fully functional standalone mode atlas instance. This is all on a Mac 10.12.6 . After borking out with the lock error running against berkeleydb, I followed the instructions on
http://atlas.apache.org/InstallationSteps.html To try the embedded-hbase-solr instructions. mvn clean package -Pdist,embedded-hbase-solr works fine and even starts and runs a local instance during the testing phases. The line : Using the embedded-hbase-solr profile will configure Atlas so that an HBase instance and a Solr instance will be started and stopped along with the Atlas server by default. implies I should be able to start the whole shebang with bin/atlas_start.py But I get a pretty ugly error messages in both application.log and *.out. I won't post it all, but should be easily replicable. Relevant portions in the application.log are: 2017-10-05 14:45:35,349 WARN - [main-SendThread(localhost:2181):] ~ Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect (ClientCnxn$SendThread:1102) java.net.ConnectException: Connection refused at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361) at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081) and 2017-10-05 14:45:52,059 WARN - [main:] ~ hconnection-0x5e9f73b0x0, quorum=localhost:2181, baseZNode=/hbase Unable to set watcher on znode (/hbase/hbaseid) (ZKUtil:544) org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase/hbaseid at org.apache.zookeeper.KeeperException.create(KeeperException.java:99) at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045) All of which point to a failure on the zookeeper node. Do I need to start up my own zookeeper instance locally? Thanks! Daniel Lee
