You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by yh...@apache.org on 2016/05/13 11:14:22 UTC

incubator-atlas git commit: ATLAS-784 Configure config.store.uri for Falcon hook IT (yhemanth)

Repository: incubator-atlas
Updated Branches:
  refs/heads/master 28991c52b -> b6a0eee7f


ATLAS-784 Configure config.store.uri for Falcon hook IT (yhemanth)


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/b6a0eee7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/b6a0eee7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/b6a0eee7

Branch: refs/heads/master
Commit: b6a0eee7f70ea841e8c3fdd0c507de1e0db73e5a
Parents: 28991c5
Author: Hemanth Yamijala <hy...@hortonworks.com>
Authored: Fri May 13 16:43:13 2016 +0530
Committer: Hemanth Yamijala <hy...@hortonworks.com>
Committed: Fri May 13 16:43:13 2016 +0530

----------------------------------------------------------------------
 addons/falcon-bridge/src/test/resources/startup.properties | 3 ++-
 release-log.txt                                            | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/b6a0eee7/addons/falcon-bridge/src/test/resources/startup.properties
----------------------------------------------------------------------
diff --git a/addons/falcon-bridge/src/test/resources/startup.properties b/addons/falcon-bridge/src/test/resources/startup.properties
index 2d0dba1..9623470 100644
--- a/addons/falcon-bridge/src/test/resources/startup.properties
+++ b/addons/falcon-bridge/src/test/resources/startup.properties
@@ -17,4 +17,5 @@
 #
 
 *.domain=debug
-*.config.store.persist=false
\ No newline at end of file
+*.config.store.persist=false
+*.config.store.uri=target/config_store
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/b6a0eee7/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 9892b0c..fe79005 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -20,6 +20,7 @@ ATLAS-409 Atlas will not import avro tables with schema read from a file (dosset
 ATLAS-379 Create sqoop and falcon metadata addons (venkatnrangan,bvellanki,sowmyaramesh via shwethags)
 
 ALL CHANGES:
+ATLAS-784 Configure config.store.uri for Falcon hook IT (yhemanth)
 ATLAS-645 FieldMapping.output() results in stack overflow when instances reference each other (dkantor via shwethags)
 ATLAS-733 UI: "undefined" XHR request is made for every entity GET page request. (kevalbhatt18 via yhemanth)
 ATLAS-663,ATLAS-673 Install Setup: SOLR (tbeerbower via sumasai)