Posts

Showing posts with the label hadoop

Hive shell is not starting up

Hive shell is not starting up lalitha@lalitha-VirtualBox:~/Downloads/apache-hive-0.13.0-bin$ hive Logging initialized using configuration in jar:file:/home/lalith/Downloads/apache-hive-0.13.0-bin/lib/hive-common-0.13.0.jar!/hive-log4j.properties Exception in thread "main" java.lang.RuntimeException:java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClient I am running a single node hadoop cluster on ubuntu. I have seen many answers upon this question, I tried all of them, still the error persists. hive-site.xml: <configuration> <property> <name>javax.jdo.option.ConnectionURL</name> <value>jdbc:derby:;databaseName=/home/lalitha/Downloads/apache-hive-2.1.0-bin/metastore_db;create=true</value> </property> <property> <name>hive.metastore.warehouse.dir</name> <value>/hive/warehouse</value> </property> <property> <name>hive.metastore.uris</name...