----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50111/ -----------------------------------------------------------
(Updated July 17, 2016, 11:03 p.m.) Review request for atlas. Changes ------- Updated to fallback to reading from component configuration when property is not present in atlas-application.properties Bugs: ATLAS-1027 https://issues.apache.org/jira/browse/ATLAS-1027 Repository: atlas Description ------- Updated Atlas hooks to read properties from atlas-application.properties, instaead of component configuration Diffs (updated) ----- addons/falcon-bridge/src/test/java/org/apache/atlas/falcon/hook/FalconHookIT.java 0139bf5 addons/hive-bridge/src/main/java/org/apache/atlas/hive/bridge/HiveMetaStoreBridge.java cd0e964 addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/HiveHook.java 99009ba addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/HiveHookIT.java 734b606 addons/sqoop-bridge/src/main/java/org/apache/atlas/sqoop/hook/SqoopHook.java c412658 addons/sqoop-bridge/src/test/java/org/apache/atlas/sqoop/hook/SqoopHookIT.java 72d9201 addons/storm-bridge/src/main/java/org/apache/atlas/storm/hook/StormAtlasHook.java 5bd5397 Diff: https://reviews.apache.org/r/50111/diff/ Testing (updated) ------- Verified that the configuration is read from atlas-application.properties when present; when not present, from the component configuration. Thanks, Madhan Neethiraj