-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64061/
-----------------------------------------------------------
(Updated Nov. 28, 2017, 7:49 p.m.)
Review request for atlas, Apoorv Naik, Ashutosh Mestry, Madhan Neethiraj, and
Sarath Subramanian.
Changes
-------
This patch includes changes to handle review comment.
Testing :- Created Atlas entities from import hive script and atlas hive hook
when atlas.hook.hive.hdfs_path.convert_to_lowercase=true|false
Bugs: ATLAS-2276
https://issues.apache.org/jira/browse/ATLAS-2276
Repository: atlas
Description
-------
This patch include fix for Path value for hdfs_path type entity which is set to
lower case from hive-bridge.
Added a new property *atlas.hook.hive.hdfs_path.allowlowercase* if set to true,
then the path will be set to lowercase, else by default the path value will
same as hdfs filename.
Diffs (updated)
-----
addons/hive-bridge/src/main/java/org/apache/atlas/hive/bridge/HiveMetaStoreBridge.java
ab0094b8
addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/HiveHook.java
57f5efb5
Diff: https://reviews.apache.org/r/64061/diff/3/
Changes: https://reviews.apache.org/r/64061/diff/2-3/
Testing
-------
HiveBridge unittest-cases running properly.
Create table and verified the hive/hdfs_path entities in Atlas.
Tested import-hive script and verified the hive/hdfs_path entities in Atlas.
Thanks,
Nixon Rodrigues