Support Questions

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

Unable to search kudu tables in Cloudera Navigator

avatar
Contributor

Hi  Team,

 

Does kudu tables show up in Cloudera Navigator search for metadata. These tables are created in Impala as Kudu storage type and I'm unable to see them in Navigator. I did not apply any filters in search.

 

Any possible reason?

 

Thanks,

Meher

 

1 ACCEPTED SOLUTION

avatar
New Contributor

Hi Meher,

Kudu will not integrate with Hive Metastore (HMS) without specific changes. Consider the following from kudu.apache.org.

"Kudu has an optional feature which allows it to integrate its own catalog with the Hive Metastore (HMS). The HMS is the de-facto standard catalog and metadata provider in the Hadoop ecosystem. When the HMS integration is enabled, Kudu tables can be discovered and used by external HMS-aware tools, even if they are not otherwise aware of or integrated with Kudu. "

You'll  need to configure Kudu to integrate with HMS.

https://kudu.apache.org/docs/hive_metastore.html

View solution in original post

1 REPLY 1

avatar
New Contributor

Hi Meher,

Kudu will not integrate with Hive Metastore (HMS) without specific changes. Consider the following from kudu.apache.org.

"Kudu has an optional feature which allows it to integrate its own catalog with the Hive Metastore (HMS). The HMS is the de-facto standard catalog and metadata provider in the Hadoop ecosystem. When the HMS integration is enabled, Kudu tables can be discovered and used by external HMS-aware tools, even if they are not otherwise aware of or integrated with Kudu. "

You'll  need to configure Kudu to integrate with HMS.

https://kudu.apache.org/docs/hive_metastore.html