Hi All, Recently I have imported new databases into my hive meta store on cluster. When I use %sql interpreter with below commands. I'm not able to see newly imported databases.
Command used: %sql show databases It shows only default databases not the newly imported databases. But when I use hive command from command line $hive -e "show databases" It shows all the newly imported databases too. Do anyone have clue on this, why I'm not able to see with zeppelin Appreciate your help. Thanks Karthik Vadla