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 a69166e ATLAS-3067: fixed failure in EntityJerseyResourceIT.testUTF8()
new 03ae2dc ATLAS-3234: Add option in Precommit-Atlas to fail at end
new df42363 ATLAS-3339: Exclude dom4j library from being packaged in
atlas war
new b18e66a ATLAS-3310:- Fix create/update Relationships, after updating
a bigint attribute.
new 1b6a0c4 ATLAS-3326 Update Hbase hook/bridge to use relationship
attribute and move Conversion methods to AtlasTypeUtil
new 845a2a8 ATLAS-3335 Update Sqoop/Storm hook to use relationship
attributes
The 5 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:
.../apache/atlas/hbase/bridge/HBaseAtlasHook.java | 9 ++--
.../org/apache/atlas/hbase/bridge/HBaseBridge.java | 7 ++-
.../atlas/hive/bridge/HiveMetaStoreBridge.java | 19 ++++----
.../atlas/hive/hook/events/BaseHiveEvent.java | 52 +++++-----------------
.../atlas/hive/hook/events/CreateHiveProcess.java | 7 +--
.../atlas/hive/bridge/HiveMetaStoreBridgeTest.java | 3 +-
.../org/apache/atlas/sqoop/hook/SqoopHook.java | 14 +++---
.../apache/atlas/storm/hook/StormAtlasHook.java | 12 +++--
dev-support/test-patch.sh | 5 +++
.../apache/atlas/type/AtlasRelationshipType.java | 24 ++++++++--
.../java/org/apache/atlas/type/AtlasTypeUtil.java | 44 ++++++++++++++++++
pom.xml | 4 +-
.../store/graph/v2/AtlasRelationshipStoreV2.java | 19 ++++++--
webapp/pom.xml | 4 +-
14 files changed, 141 insertions(+), 82 deletions(-)