Dlimeng opened a new pull request #1254:
URL: https://github.com/apache/incubator-linkis/pull/1254
### What is the purpose of the change
Atlas Hive hooks register with Hive to listen for create/update/delete
operations, and update the metadata in Atlas through Kafka notifications to
obtain changes in Hive
The collected actions are stored in hbase and then displayed.
### Brief change log
1.hive hive-site.xml
<property>
<name>hive.exec.post.hooks</name>
<value>org.apache.atlas.hive.hook.HiveHook</value>
</property>
2. linkis hive change
3. atlas deployment
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]