Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

No database is being detecting in import-hive.sh

avatar
Contributor

Hi,

 

I am trying to import a hive table that has an MYSQL DB as metastore into Atlas by using import-hive.sh command but even when I explicitly pass the database name it fails to detect the same.

 

@Shelton,

Can you please suggest on this?

ashish_inamdar_0-1597118118370.png

 

ashish_inamdar_1-1597118215073.png

 

The above snippet shows AMBDB existing in the MySQL DB.

1 ACCEPTED SOLUTION

avatar
Contributor

@Shelton,

 

We were trying to see if database and tables created in MySQL are imported through import-hive.sh. What we saw that import-hive.sh only imports the database and tables created through hive shell and not MySQL. Once we started creating the tables through the hive shell, the import-hive.sh started importing them and the same was seen in Atlas as well.

View solution in original post

2 REPLIES 2

avatar
Master Mentor

@ashish_inamdar 

Have you enabled ranger hive plugin? If so then ensure the Atlas user has a Ranger policy that allows the user to correct database and tables permissions. Because once Ranger hive plugin has been enabled you MUST use Ranger for authorization.
Hope that helps

avatar
Contributor

@Shelton,

 

We were trying to see if database and tables created in MySQL are imported through import-hive.sh. What we saw that import-hive.sh only imports the database and tables created through hive shell and not MySQL. Once we started creating the tables through the hive shell, the import-hive.sh started importing them and the same was seen in Atlas as well.