You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by aj...@apache.org on 2015/08/08 16:40:20 UTC

[04/15] falcon git commit: FALCON-1364 Add prefix in runtime.properties. Contributed by Sandeep Samudrala.

FALCON-1364 Add prefix in runtime.properties. Contributed by Sandeep Samudrala.


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

Branch: refs/heads/0.7
Commit: 22c637f9cc8e2484bf88b8aae6170a7f20e956c9
Parents: 63cf451
Author: Ajay Yadava <aj...@gmail.com>
Authored: Mon Aug 3 16:40:33 2015 +0530
Committer: Ajay Yadav <aj...@inmobi.com>
Committed: Sat Aug 8 20:06:40 2015 +0530

----------------------------------------------------------------------
 CHANGES.txt                 |  2 ++
 src/conf/runtime.properties | 12 ++++++------
 2 files changed, 8 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/falcon/blob/22c637f9/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 2fbafe7..50ce4d2 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -150,6 +150,8 @@ Release Version: 0.6.1
    FALCON-822 Add reverse look up API (Ajay Yadava via Suhas Vasu)
 
   IMPROVEMENTS
+   FALCON-1322 Add prefix in runtime.properties(Sandeep Samudrala via Ajay Yadava)
+
    FALCON-1280 Update docs/license licenses with right copyright 
    information (Shaik Idris Ali)
 

http://git-wip-us.apache.org/repos/asf/falcon/blob/22c637f9/src/conf/runtime.properties
----------------------------------------------------------------------
diff --git a/src/conf/runtime.properties b/src/conf/runtime.properties
index 7a099ee..4d3088b 100644
--- a/src/conf/runtime.properties
+++ b/src/conf/runtime.properties
@@ -32,15 +32,15 @@ falcon.current.colo=local
 
 
 #default number of results per call, if numResults option is not specified then this value is used.
-webservices.default.results.per.page=3000
+*.webservices.default.results.per.page=3000
 # maximum number of results allowed to be returned from server, acts as an upper limit for numResults option
-webservices.default.max.results.per.page=3000
+*.webservices.default.max.results.per.page=3000
 
 
 # retry count - to fetch the status from the workflow engine
-workflow.status.retry.count=30
+*.workflow.status.retry.count=30
 
 # Default configs to handle replication for late arriving feeds.
-feed.late.allowed=true
-feed.late.frequency=hours(3)
-feed.late.policy=exp-backoff
\ No newline at end of file
+*.feed.late.allowed=true
+*.feed.late.frequency=hours(3)
+*.feed.late.policy=exp-backoff