This is an automated email from the ASF dual-hosted git repository.

sarath pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git.


    from 0851a38  ATLAS-3332: In relationship tab empty valued attributes are 
shown even though Show empty values is unchecked
     new 47c9e42  ATLAS-3211 :- Update Hive hook with Relationship Attributes.
     new 35142e5  ATLAS-3315: Database initialization exception handling.
     new b587dee  ATLAS-3321: Introduce atlas metadata namespace

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 addons/hbase-bridge/src/bin/import-hbase.sh        |   2 +-
 .../apache/atlas/hbase/bridge/HBaseAtlasHook.java  |  75 +++++------
 .../org/apache/atlas/hbase/bridge/HBaseBridge.java |  85 ++++++------
 addons/hive-bridge/src/bin/import-hive.sh          |   2 +-
 .../atlas/hive/bridge/HiveMetaStoreBridge.java     | 100 ++++++++------
 .../atlas/hive/hook/AtlasHiveHookContext.java      |  20 +--
 .../java/org/apache/atlas/hive/hook/HiveHook.java  |   9 --
 .../atlas/hive/hook/events/AlterTableRename.java   |  32 +----
 .../atlas/hive/hook/events/BaseHiveEvent.java      | 148 ++++++++++++++-------
 .../atlas/hive/hook/events/CreateHiveProcess.java  |   6 +-
 .../java/org/apache/atlas/hive/HiveITBase.java     |   2 +-
 .../atlas/hive/bridge/HiveMetaStoreBridgeTest.java |  47 ++++---
 .../atlas/impala/hook/AtlasImpalaHookContext.java  |  17 ++-
 .../atlas/impala/hook/ImpalaLineageHook.java       |  16 +--
 .../atlas/impala/hook/events/BaseImpalaEvent.java  |   2 +-
 .../apache/atlas/impala/ImpalaLineageITBase.java   |   4 +-
 .../apache/atlas/impala/ImpalaLineageToolIT.java   |  18 +--
 .../atlas/impala/hook/ImpalaLineageHookIT.java     |   2 +-
 addons/kafka-bridge/src/bin/import-kafka.sh        |   2 +-
 .../org/apache/atlas/kafka/bridge/KafkaBridge.java |  55 ++++----
 .../org/apache/atlas/sqoop/hook/SqoopHook.java     |  40 +++---
 .../apache/atlas/storm/hook/StormAtlasHook.java    |  57 ++++----
 .../main/java/org/apache/atlas/AtlasConstants.java |  20 +--
 .../graphdb/janus/AtlasJanusGraphDatabase.java     |  32 +++--
 .../graphdb/janus/AtlasJanusDatabaseTest.java      |  36 ++++-
 .../atlas/model/instance/AtlasRelatedObjectId.java |   6 +
 .../java/org/apache/atlas/type/AtlasTypeUtil.java  |   4 +
 .../main/java/org/apache/atlas/hook/AtlasHook.java |  18 ++-
 28 files changed, 478 insertions(+), 379 deletions(-)

Reply via email to