Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Metadata not being captured by ATLAS_HOOK HDP 2.6

avatar
Expert Contributor

Env: HDP 2.6

Kerberos enabled

Atlas added as a service post upgrade.

Metadata is not visible from Atlas UI. Tried consuming the messages from beginning for the topic ATLAS_HOOK and this doesn't have any messages.

However, I can see the list of entities and when queried for the entities, I can see them in kafka-logs (grep with entity name and result shows the recent .log files matches).

Ranger plugin for kafka is not eabled and shen searched for ACL's, all users have write access from all hosts for the topic.

1 ACCEPTED SOLUTION

avatar
Expert Contributor

@sundara Palanki

which entities types of entities you are referring to, if hive did you try import-hive.sh script or create table in hive db.

check the hive and atlas application logs for error during table creation time.

View solution in original post

4 REPLIES 4

avatar
Master Mentor

@Sundara Palanki

You should enable the Ranger Kafka hook,restart all stale configs and retry

avatar
Expert Contributor

@Geoffrey Shelton Okot The authorizer class is set to simpleAuthorizer* and why should I have the ranger plugin for kafka enabled ?

avatar
Expert Contributor

@sundara Palanki

which entities types of entities you are referring to, if hive did you try import-hive.sh script or create table in hive db.

check the hive and atlas application logs for error during table creation time.

avatar
Expert Contributor

@Nixon Rodrigues The problem was with the initial import where atlas user doesn't have read/execute on /apps/hive/warehouse. Once I added the policy for atlas user and ran the script, I was able to get everything in place.