-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70301/
-----------------------------------------------------------
Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Nikhil Bonte, and
Nixon Rodrigues.
Bugs: ATLAS-3099
https://issues.apache.org/jira/browse/ATLAS-3099
Repository: atlas
Description
-------
In ApplicationProperties the values of the following properties are hardcoded
to:
* atlas.graph.storage.backend=hbase2
* atlas.graph.index.search.backend=solr
This should be made configurable and user provided values for these properties
need to be honored.
Diffs
-----
intg/src/main/java/org/apache/atlas/ApplicationProperties.java 01af49cfa
Diff: https://reviews.apache.org/r/70301/diff/1/
Testing
-------
Validated that atlas starts fine with provided values for graph storage backend
and indexing backend.
Thanks,
Sarath Subramanian