-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65370/
-----------------------------------------------------------
(Updated Jan. 28, 2018, 10:06 a.m.)
Review request for atlas.
Changes
-------
updated HBase Atlas hook to use newly added V2 data-structure notifications
Bugs: ATLAS-2421
https://issues.apache.org/jira/browse/ATLAS-2421
Repository: atlas
Description
-------
Following new notificaiton types are added: ENTITY_CREATE_V2,
ENTITY_FULL_UPDATE_V2, ENTITY_PARTIAL_UPDATE_V2, ENTITY_DELETE_V2.
Diffs (updated)
-----
addons/hbase-bridge/src/main/java/org/apache/atlas/hbase/bridge/HBaseAtlasHook.java
8c7481af
addons/hbase-bridge/src/test/java/org/apache/atlas/hbase/HBaseAtlasHookIT.java
032cb518
client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java 24a3ef63
intg/src/main/java/org/apache/atlas/type/AtlasTypeUtil.java c0135f52
notification/src/main/java/org/apache/atlas/notification/AbstractMessageDeserializer.java
37a57d17
notification/src/main/java/org/apache/atlas/notification/AbstractNotification.java
7a3bfe43
notification/src/main/java/org/apache/atlas/notification/hook/HookNotification.java
a25aa521
notification/src/test/java/org/apache/atlas/notification/hook/HookNotificationTest.java
dd3257e0
webapp/src/main/java/org/apache/atlas/notification/NotificationHookConsumer.java
2df28f33
Diff: https://reviews.apache.org/r/65370/diff/2/
Changes: https://reviews.apache.org/r/65370/diff/1-2/
Testing
-------
Added unit tests to validate SerDe for newly added notification types.
Thanks,
Madhan Neethiraj