Repository: incubator-atlas Updated Branches: refs/heads/master 0a8756278 -> 04d1c1327
ATLAS-212 Remove test class usage of hive configuration property atlas.rest.address (jspeidel via shwethags) Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/04d1c132 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/04d1c132 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/04d1c132 Branch: refs/heads/master Commit: 04d1c1327bf877bd979e79352995114f6fc01a77 Parents: 0a87562 Author: Shwetha GS <[email protected]> Authored: Mon Oct 12 13:20:43 2015 -0700 Committer: Shwetha GS <[email protected]> Committed: Mon Oct 12 13:20:43 2015 -0700 ---------------------------------------------------------------------- .../src/test/java/org/apache/atlas/hive/hook/HiveHookIT.java | 1 - release-log.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/04d1c132/addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/HiveHookIT.java ---------------------------------------------------------------------- diff --git a/addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/HiveHookIT.java b/addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/HiveHookIT.java index f4b9350..b4d0183 100755 --- a/addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/HiveHookIT.java +++ b/addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/HiveHookIT.java @@ -73,7 +73,6 @@ public class HiveHookIT { hiveConf.setVar(HiveConf.ConfVars.POSTEXECHOOKS, HiveHook.class.getName()); hiveConf.setBoolVar(HiveConf.ConfVars.HIVE_SUPPORT_CONCURRENCY, false); hiveConf.setVar(HiveConf.ConfVars.METASTOREWAREHOUSE, System.getProperty("user.dir") + "/target/metastore"); - hiveConf.set(HiveMetaStoreBridge.ATLAS_ENDPOINT, atlasEndpoint); hiveConf.setVar(HiveConf.ConfVars.METASTORECONNECTURLKEY, "jdbc:derby:./target/metastore_db;create=true"); hiveConf.set(HiveMetaStoreBridge.HIVE_CLUSTER_NAME, CLUSTER_NAME); hiveConf.setBoolVar(HiveConf.ConfVars.HIVETESTMODE, true); //to not use hdfs http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/04d1c132/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 7a4353f..67cc873 100644 --- a/release-log.txt +++ b/release-log.txt @@ -9,6 +9,7 @@ ATLAS-54 Rename configs in hive hook (shwethags) ATLAS-3 Mixed Index creation fails with Date types (sumasai via shwethags) ALL CHANGES: +ATLAS-212 Remove test class usage of hive configuration property "atlas.rest.address" (jspeidel via shwethags) ATLAS-159 UI generated files should be target (sanjayp via sumasai) ATLAS-188 Provide Ability to Add Tag to Entity (sanjayp via sumasai) ATLAS-209 Use testng and delete junit and scalatest (ltfxyz via shwethags)
