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
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