-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60578/
-----------------------------------------------------------
(Updated July 11, 2017, 12:40 a.m.)
Review request for atlas, David Radley and Madhan Neethiraj.
Bugs: ATLAS-1907
https://issues.apache.org/jira/browse/ATLAS-1907
Repository: atlas
Description
-------
Create relationshipDefs for all out of the box models. Use relationshipDef
information when creating edges for composite attributes in entities.
Diffs (updated)
-----
addons/models/0010-base_model.json 7f64d85e
addons/models/0030-hive_model.json b359ea82
addons/models/0050-falcon_model.json b7398ef4
addons/models/0060-hbase_model.json 42fe00c4
addons/models/0080-storm_model.json 095936e0
intg/src/main/java/org/apache/atlas/AtlasErrorCode.java e8afed1d
intg/src/main/java/org/apache/atlas/model/instance/AtlasEntity.java 0e277b19
intg/src/main/java/org/apache/atlas/model/instance/AtlasRelationship.java
8d2e7ec5
intg/src/main/java/org/apache/atlas/model/instance/AtlasStruct.java 7c8ae2d7
intg/src/main/java/org/apache/atlas/type/AtlasEntityType.java 70e3067a
intg/src/main/java/org/apache/atlas/type/AtlasRelationshipType.java 49a94931
intg/src/main/java/org/apache/atlas/type/AtlasStructType.java c2e0be50
intg/src/main/java/org/apache/atlas/type/AtlasType.java 86072fe8
intg/src/main/java/org/apache/atlas/type/AtlasTypeRegistry.java 29fae1c8
repository/src/main/java/org/apache/atlas/repository/graph/GraphHelper.java
329dd7a4
repository/src/main/java/org/apache/atlas/repository/store/bootstrap/AtlasTypeDefStoreInitializer.java
4530f51b
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasGraphUtilsV1.java
7b3f1e6e
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasRelationshipStoreV1.java
86212338
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/EntityGraphMapper.java
ebf6a201
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/EntityGraphRetriever.java
a5b5730f
repository/src/test/java/org/apache/atlas/repository/store/graph/v1/AtlasRelationshipStoreV1Test.java
PRE-CREATION
Diff: https://reviews.apache.org/r/60578/diff/6/
Changes: https://reviews.apache.org/r/60578/diff/5-6/
Testing
-------
mvn clean package succeeded. Validated hive_table creation and lineage
rendering.
UTs/ITs in progress.
Thanks,
Sarath Subramanian