Hi Anil,
If you use derby as metastore where ever you try to start hive cli it will
create a metastore in that directory.
First option-Use other rdbms such as postgresql, mysql, oracle ...
Second option- conf.set("javax.jdo.option.ConnectionURL",
"jdbc:derby:;databaseName=/tmp/metastore_db;create
Hi,
I am trying to generate hive plan as below. But even after creating the
"src" table, I am facing, Table not found Exception due to MetaStore issue.
Can any one help me in resolving this?
private Driver createDriver() {
HiveConf conf = new HiveConf(Driver.class);
conf.set("hive.metastore.war