-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65647/
-----------------------------------------------------------
(Updated Feb. 14, 2018, 9:34 p.m.)
Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, and Sarath
Subramanian.
Changes
-------
Refactoring around caching, moved all Constants into Resolver class and updated
the path.replace to StringUtils.replaceOnce(...) to avoid replacing other values
Bugs: ATLAS-2444
https://issues.apache.org/jira/browse/ATLAS-2444
Repository: atlas
Description
-------
See ATLAS-2444
Diffs (updated)
-----
addons/hive-bridge/src/main/java/org/apache/atlas/hive/bridge/HiveMetaStoreBridge.java
7cca48f11
addons/models/1000-Hadoop/1020-fs_model.json ff17261bc
addons/storm-bridge/src/main/java/org/apache/atlas/storm/hook/StormAtlasHook.java
57fc7a1fd
common/pom.xml a7ab6a312
common/src/main/java/org/apache/atlas/utils/HdfsNameServiceResolver.java
PRE-CREATION
common/src/test/java/org/apache/atlas/utils/HdfsNameServiceResolverTest.java
PRE-CREATION
common/src/test/resources/atlas-log4j.xml PRE-CREATION
common/src/test/resources/hdfs-site.xml PRE-CREATION
pom.xml c15e0dad7
Diff: https://reviews.apache.org/r/65647/diff/3/
Changes: https://reviews.apache.org/r/65647/diff/2-3/
Testing
-------
mvn clean package executes successfully.
The modified war was tested on a multi-node cluster with one nameServiceId and
2 NameNodes, the required information was captured successfully in the entity
when an external table was created from beeline (hive context)
Thanks,
Apoorv Naik