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/03 13:18:21 UTC

falcon git commit: FALCON-1364 Add prefix in runtime.properties. Contributed by Sandeep Samudrala.

Repository: falcon
Updated Branches:
  refs/heads/master f64e6c162 -> 5a3e1d66f


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/5a3e1d66
Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/5a3e1d66
Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/5a3e1d66

Branch: refs/heads/master
Commit: 5a3e1d66fb52d102696aeabd6dc66e0d62d261e0
Parents: f64e6c1
Author: Ajay Yadava <aj...@gmail.com>
Authored: Mon Aug 3 16:40:33 2015 +0530
Committer: Ajay Yadava <aj...@gmail.com>
Committed: Mon Aug 3 16:40:33 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/5a3e1d66/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/5a3e1d66/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