Re: DDLTask. Database does not exist:

2014-06-22 Thread Andre Araujo
Robert, check your hive.metastore.uris variable. It seems that your Hive sessions are using a local derby metastore, which is created in your local directory by default, instead of using a shared metastore. Cheers, Andre On 22 June 2014 10:57, Grandl Robert wrote: > Ok. It seems if I start h

Re: DDLTask. Database does not exist:

2014-06-21 Thread Grandl Robert
Ok. It seems if I start hive from the same directory path I used to launch tpds script to generate database/input, the database is recognized. If I change the current location, then not.  For example: hadoop@nectar-11:~/rgrandl/hive/hive-testbench$ ./tpcds-setup.sh 20 if I launch hive from her

DDLTask. Database does not exist:

2014-06-21 Thread Grandl Robert
Hi guys, I have created a database using this link: https://github.com/cartershanklin/hive-testbench, which basically creates a database: tpcds_bin_partitioned_orc_20.db and input data using TPC-DS benchmark. The database is visible in HDFS under /user/hive/warehouse/tpcds_bin_partitioned_o