Created 02-17-2017 12:43 AM
Created 02-17-2017 12:56 AM
Check your Hive is up and Application Timeline Server, it can't open because it can't communicate with either.
Created 02-17-2017 02:27 AM
Can you check this guide for all correct properties http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.3/bk_hadoop-high-availability/content/ch_HA-Hi... you're getting zookeeper errors.
Created 02-17-2017 01:00 AM
Share the stack trace from the error for detailed info.
Created 02-17-2017 01:15 AM
Hi @Sindhu,
where can i find that "stack trace"?
Created on 02-17-2017 01:03 AM - edited 08-19-2019 04:21 AM
Hi @Artem Ervits,
Thank you for your quick response. can you guide how to that? im new on this technology. i recently assign to this to explore. im following some guides but this error alert stops me .
Created 02-17-2017 01:13 AM
Please share the error log in /var/log/hive for hiveserver2
Created 02-17-2017 02:00 AM
i cant paste here my logs dont know why
Created 02-17-2017 02:01 AM
Attach as file or paste as answer, you're probably hitting limit
Created 02-17-2017 01:04 AM
hadoop.proxyuser.root.groups=*
hadoop.proxyuser.root.hosts=*
if ambari running as root put this configuration in custom core-site in HDFS config
su - hdfs hadoop fs -mkdir /user/admin hadoop fs -chown admin:hadoop /user/admin
Created on 02-17-2017 01:35 AM - edited 08-19-2019 04:21 AM
Created 02-17-2017 05:33 AM
@Artem Ervits do you see my logs?
Created 02-17-2017 05:40 AM
Created 02-17-2017 12:39 PM
im just pasting it. too large to attach on this page.
2017-02-17 09:46:00,150 INFO [main-SendThread(XX002.XXDP.i4.internal.cloudapp.net:2181)]: zookeeper.ClientCnxn (ClientCnxn.java:logStartConnect(1019)) - Opening socket connection to server XX002.XXDP.i4.internal.cloudapp.net/10.94.11.37:2181. Will not attempt to authenticate using SASL (unknown error) 2017-02-17 09:46:00,151 WARN [main-SendThread(XX002.XXDP.i4.internal.cloudapp.net:2181)]: zookeeper.ClientCnxn (ClientCnxn.java:run(1146)) - Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect 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:1125) 2017-02-17 09:46:00,252 INFO [main-SendThread(XX001.XXDP.i4.internal.cloudapp.net:2181)]: zookeeper.ClientCnxn