Created on
12-26-2019
01:19 AM
- last edited on
12-26-2019
01:39 AM
by
ask_bill_brooks
I'm using HDP 3.1 kerberized cluster. I have Kafka, atlas, ranger installed through ambari. When I'm creating any table or adding any record in existing table no change is getting reflected in atlas.
When i run import-hive.sh, it refresh the metadata in Atlas but after that if i make any change it doesn't get reflected in atlas.
I checked ATLAS_HOOK kafka topic content which is empty. Looks like hive changes are not notifying ATLAS_HOOK kafka topic.
Is there any property that i need to set?
Created 12-26-2019 06:37 AM
There is a property Enable Atlas Hook in Hive Advanced hive-env section.Just check whether this property is enabled or disabled.
By default it is disabled, enable this property and monitor changes in Atlas.
Let me know whether it helps or not.
Created 12-26-2019 11:10 PM
Hi @Prakashcit ,
Atlas Hook property is already enabled. Is there any other property that i need to check?
Created 01-02-2020 02:58 AM
Is there any other property that i shall check?
Created 01-02-2020 03:59 AM
@mpankaj Check the value of atlas.hook.hive.synchronous property in Hive configs.In case if it's set to false then change it to true.