nashebismaily / apache-atlas-restful-api

Apache Atlas tagging using RESTful API's
0 stars 0 forks source link

Apache Atlas Question #1

Open diaowenyang opened 7 years ago

diaowenyang commented 7 years ago

Dear Nasheb Ismaily My Name is Leon Bill. Recently,I got a question because of Apache Atlas 0.6-incubating. I create tables in Hive database,and executive import-hive.sh.The Information of the table will be show on Atlas web page.But when I change the table's column name,then executive import-hive.sh,Atlas web page change nothing. Can you help me?

nashebismaily commented 7 years ago

There is a Hive hook which well send a message to kafka which then gets persisted to your metastore db (HBase or Titan). Login to the server running kafka and create a command line kafka consumer on the Atlas Hook Topic (either ATLAS_HOOK or ATLAS_ENTITIES). When you make an update to Hive, see if a message gets added to the queue.