-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62874/
-----------------------------------------------------------
Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, and Sarath
Subramanian.
Bugs: ATLAS-2198
https://issues.apache.org/jira/browse/ATLAS-2198
Repository: atlas
Description
-------
For the reported use case, Hive hook messages contains around 508 entities in a
single message.
This causes the Base64 encoder to fail while memory allocation and the entire
message gets dropped because the hive process dies.
This fix splits one giant message for all entity into N small messages per
entity (Referenceable)
Diffs
-----
addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/HiveHook.java
aca56454
Diff: https://reviews.apache.org/r/62874/diff/1/
Testing
-------
Fired reported command via beeline and verified "view" and it's col lineage
shows up in Atlas UI.
Thanks,
Apoorv Naik