Hi All, I am trying to run a simple join on Hive through SparkShell on pseudo cloudera cluster on ubuntu machine :
*val hc = new HiveContext(sc);*
*hc.sql("use testdb");*
But it is failing with the message :
org.apache.hadoop.hive.ql.parse.SemanticException: Database does not exist:
testdb
The same seems to work on hive console.
Would appreciate any help to solve the same.
Regards,
Sukhi
