Re: hive not showing up default database

2016-08-05 Thread Mich Talebzadeh
Most prob. a configuration issue. You don't create default database. It is there for you. How are you connecting to Hive, Hive CLI or Hive Thrift server? Can you log in to hive and do show databases; Also try to create another database create database mytest; and send the output. HTH Dr Mic

hive not showing up default database

2016-08-05 Thread Sumit Khanna
Hello, hive is not showing default database. but when I try to create database default, it says default database already exists and throws an error. also, FYI, I have configured metastorage db as mysql. Please help. Thanks, Sumit