Hi all, I have created the database test_db in hive using command 'create database test_db'. Then i have created the table test_db_tb inside the database test_db.
Now , I want to access those table using hive jdbc driver. I have used the following connection string 'jdbc:hive:// 192.168.41.52:10000/test_db' but it was using the hive default database instead of test_db. How i can specify the hive database name?? Thanks, Ankit Jain