Repository: ambari Updated Branches: refs/heads/trunk 9199f1c60 -> 4471763eb
AMBARI-4753. Falcon service check fails when installing a cluster. (mahadev) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4471763e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4471763e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4471763e Branch: refs/heads/trunk Commit: 4471763ebb92a008c9c4b8c3f5adf9186653c4b1 Parents: 9199f1c Author: Mahadev Konar <[email protected]> Authored: Wed Feb 19 21:52:24 2014 -0800 Committer: Mahadev Konar <[email protected]> Committed: Wed Feb 19 21:52:24 2014 -0800 ---------------------------------------------------------------------- .../2.1.1/services/FALCON/package/templates/runtime.properties.j2 | 2 -- .../2.1.1/services/FALCON/package/templates/startup.properties.j2 | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/4471763e/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/FALCON/package/templates/runtime.properties.j2 ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/FALCON/package/templates/runtime.properties.j2 b/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/FALCON/package/templates/runtime.properties.j2 index 79ebb7f..9f027f2 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/FALCON/package/templates/runtime.properties.j2 +++ b/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/FALCON/package/templates/runtime.properties.j2 @@ -26,8 +26,6 @@ *.log.cleanup.frequency.hours.retention=minutes(1) *.log.cleanup.frequency.days.retention=days(7) *.log.cleanup.frequency.months.retention=months(3) -*.falcon.authentication.type=simple -*.falcon.http.authentication.type=simple #### To configure falcon servers with prism #### #*.all.colos=<comma separated list of colos where falcon servers are installed> #*.falcon.<colo>.endpoint=<falcon server endpoint> http://git-wip-us.apache.org/repos/asf/ambari/blob/4471763e/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/FALCON/package/templates/startup.properties.j2 ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/FALCON/package/templates/startup.properties.j2 b/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/FALCON/package/templates/startup.properties.j2 index ade21c9..3d9aae7 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/FALCON/package/templates/startup.properties.j2 +++ b/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/FALCON/package/templates/startup.properties.j2 @@ -68,3 +68,5 @@ prism.system.lib.location=${falcon.home}/server/webapp/prism/WEB-INF/lib ######### Properties for configuring iMon client and metric ######### *.internal.queue.size=1000 *.current.colo=default +*.falcon.authentication.type=simple +*.falcon.http.authentication.type=simple
