-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46646/
-----------------------------------------------------------
(Updated April 27, 2016, 6:41 p.m.)
Review request for atlas and David Kantor.
Changes
-------
submitting to Atlas team for review.
Summary (updated)
-----------------
ATLAS-692: Add abstraction layer that insulates Atlas from titan.
Bugs: ATLAS-692
https://issues.apache.org/jira/browse/ATLAS-692
Repository: atlas
Description (updated)
-------
This task just puts the abstraction layer in place. Subsequent tasks will
bring in the titan 0.5.4/titan 1.0.0 implementations and update Atlas to make
use of it. If you want to see where this is headed, check out the prototype
code at https://github.com/jnhagelberg/incubator-atlas. I'm cleaning the code
up there and trying to bring it into Atlas in managable chunks. This is the
first piece.
Diffs
-----
.gitignore ff7c32e9280a2b1fdafc99fe8113c4d82452318e
graphdb/api/pom.xml PRE-CREATION
graphdb/api/src/main/java/org/apache/atlas/repository/graphdb/AtlasEdge.java
PRE-CREATION
graphdb/api/src/main/java/org/apache/atlas/repository/graphdb/AtlasEdgeDirection.java
PRE-CREATION
graphdb/api/src/main/java/org/apache/atlas/repository/graphdb/AtlasElement.java
PRE-CREATION
graphdb/api/src/main/java/org/apache/atlas/repository/graphdb/AtlasGraph.java
PRE-CREATION
graphdb/api/src/main/java/org/apache/atlas/repository/graphdb/AtlasGraphManagement.java
PRE-CREATION
graphdb/api/src/main/java/org/apache/atlas/repository/graphdb/AtlasGraphQuery.java
PRE-CREATION
graphdb/api/src/main/java/org/apache/atlas/repository/graphdb/AtlasIndexQuery.java
PRE-CREATION
graphdb/api/src/main/java/org/apache/atlas/repository/graphdb/AtlasVertex.java
PRE-CREATION
graphdb/api/src/main/java/org/apache/atlas/repository/graphdb/AtlasVertexQuery.java
PRE-CREATION
graphdb/api/src/main/java/org/apache/atlas/repository/graphdb/GraphDatabase.java
PRE-CREATION
graphdb/api/src/main/java/org/apache/atlas/repository/graphdb/GremlinVersion.java
PRE-CREATION
graphdb/pom.xml PRE-CREATION
pom.xml 729b1782cff96e3d0665ff570ed1999354b84c89
Diff: https://reviews.apache.org/r/46646/diff/
Testing (updated)
-------
Built entire Atlas project and ran all of the tests. No issues found. All of
the tests that I expected to pass did pass.
Thanks,
Jeff Hagelberg