Created 06-01-2016 04:06 PM
The below environment variables are wrong and seem to be from my local machine. I would expect Zookeeper to list the variables from my Sandbox on VirtualBox
2016-05-31 16:04:05,796 INFO [main] zookeeper.ZooKeeper: Client environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT
2016-05-31 16:04:05,796 INFO [main] zookeeper.ZooKeeper: Client environment:host.name=daniel
2016-05-31 16:04:05,796 INFO [main] zookeeper.ZooKeeper: Client environment:java.version=1.7.0_72
2016-05-31 16:04:05,796 INFO [main] zookeeper.ZooKeeper: Client environment:java.vendor=Oracle Corporation
2016-05-31 16:04:05,796 INFO [main] zookeeper.ZooKeeper: Client environment:java.home=C:\Java\jdk1.7.0_72\jre
Created 06-01-2016 04:19 PM
all these value are getting picked up from your env variable http://grepcode.com/file/repo1.maven.org/maven2/org.apache.zookeeper/zookeeper/3.3.1/org/apache/zook...
please check your env variable
Created 06-01-2016 06:55 PM
2016-06-01 10:51:14,799 ERROR [main] util.Shell: Failed to locate the winutils binary in the hadoop binary path java.io.IOException: Could not locate executable null\bin\winutils.exe in the Hadoop binaries.
You need to set your HADOOP_HOME in the environment.
Created 06-01-2016 08:58 PM
I set the hadoop home directory. I'm still getting the same zookeper connection errors
Created 06-01-2016 09:16 PM
Can you check the zookeeper server log on 10.0.2.15 ?
Created 06-01-2016 09:26 PM
Is that accessible through ambari or do I have to get it from my SSH Horton client
Created 06-01-2016 10:13 PM
I navigated Ambari UI w.r.t. the zookeeper server(s)
There is no direct UI for log collection.
Please log onto the VM.
Log should be under /var/log/zookeeper/
Thanks
Created 06-02-2016 04:36 PM
Created 06-02-2016 08:14 PM
Thank you. I haven't had a chance to look at the logs. Other tasks came up. I'll update the question once I've done that