You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by pa...@apache.org on 2016/07/14 09:38:15 UTC

falcon git commit: FALCON-2076 Server fails to start since extension.store.uri is empty in startup.properties

Repository: falcon
Updated Branches:
  refs/heads/master f14eca88e -> afb07cc2c


FALCON-2076 Server fails to start since extension.store.uri is empty in startup.properties

Author: bvellanki <bv...@hortonworks.com>

Reviewers: @pallavi-rao, @sandeepSamudrala

Closes #225 from bvellanki/FALCON-2076


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

Branch: refs/heads/master
Commit: afb07cc2c7b842df928597a9e54cf05e679dab82
Parents: f14eca8
Author: bvellanki <bv...@hortonworks.com>
Authored: Thu Jul 14 15:08:06 2016 +0530
Committer: Pallavi Rao <pa...@inmobi.com>
Committed: Thu Jul 14 15:08:06 2016 +0530

----------------------------------------------------------------------
 src/conf/startup.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/falcon/blob/afb07cc2/src/conf/startup.properties
----------------------------------------------------------------------
diff --git a/src/conf/startup.properties b/src/conf/startup.properties
index 78c7e1e..a107eca 100644
--- a/src/conf/startup.properties
+++ b/src/conf/startup.properties
@@ -124,7 +124,7 @@ prism.configstore.listeners=org.apache.falcon.entity.v0.EntityGraph,\
 *.config.store.uri=file://${falcon.home}/data/${falcon.app.type}-store
 
 # HDFS location of extension store for extension artifacts
-*.extension.store.uri=
+*.extension.store.uri=file://${falcon.home}/extensions/
 
 #Location to store state of Feed SLA monitoring service
 *.feed.sla.service.store.uri = file://${falcon.home}/data/sla/pendingfeedinstances