Hive CLI Error: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient

2019-07-05 Thread Valeriy Trofimov
Hi All, I'm new to Hive and did this tutorial: https://cwiki.apache.org/confluence/display/Hive/GettingStarted After the "Running Hive CLI" step I've decided to run the "show tables;" command and got this error: FAILED: HiveException java.lang.RuntimeException: Unable to instantiate org.apache.

Cannot create directories in tutorial

2019-07-05 Thread Valeriy Trofimov
hi All, I'm new to Hive. I am doing this tutorial: https://cwiki.apache.org/confluence/display/Hive/GettingStarted And I've got an error at this step: $ $HADOOP_HOME/bin/hadoop fs -mkdir /user/hive/warehouse The error is: mkdir: `/user/hive/warehouse': No such file or directory Do y