-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72111/
-----------------------------------------------------------
Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Pinal Shah, and
Sarath Subramanian.
Bugs: ATLAS-3606
https://issues.apache.org/jira/browse/ATLAS-3606
Repository: atlas
Description
-------
In Hive Producer, When hive_process entity gets created during many operations
eg. "CREATETABLE", "CREATETABLE_AS_SELECT "
userName=,
queryId=,
clusterName=
queryText=
values are missing. This attributes were not added due to ATLAS-3133.
Now this attributes can be added in hive_process by enabling the below property
*atlas.hook.hive.hive_process.populate.deprecated.attributes =true*
Diffs
-----
addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/AtlasHiveHookContext.java
2e7a3c690
addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/HiveHook.java
e886b9bcb
addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/events/BaseHiveEvent.java
60dc1147f
Diff: https://reviews.apache.org/r/72111/diff/1/
Testing
-------
Thanks,
Nixon Rodrigues