Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Unable to Start HiveServer2 in Ambari

avatar
New Contributor

Hello. I'm a data analyst who was unfortunately tasked to fix an issue with hive. I tried

  • Restarting all HDFS Components - success
  • Restarting all Hive Components - failed.
    • Restart HiveServer2 has failed 
      • 1 / 4 nodes have failed. The node that failed is not the master node
    • Other components was started succesfully.
1 ACCEPTED SOLUTION

avatar
Expert Contributor

hello @Benj1029 

 

You need to go to the below path on the host which is hosting HIveserver2 process.

 

cd /var/log/hive/

 

vi hiveserver2.log file and just before the shutdown try looking at the stack trace, the would help you with some pointers.

View solution in original post

2 REPLIES 2

avatar
Expert Contributor

hello @Benj1029 

 

You need to go to the below path on the host which is hosting HIveserver2 process.

 

cd /var/log/hive/

 

vi hiveserver2.log file and just before the shutdown try looking at the stack trace, the would help you with some pointers.

avatar
New Contributor

Thanks. Turned out it's related to incorrect IP.