Hadoop cluster - Hive can not start after reboot Hadoop cluster - Hive can not start after reboot hadoop hadoop

Hadoop cluster - Hive can not start after reboot


To resolve this issue, use local Hive Metastore for Spark Thrift Server by adding the following property under /etc/spark/conf/hive-site.xml:

 <property> <name>hive.metastore.uris</name> <value>thrift://localost:9083</value>  </property>