You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ma...@apache.org on 2014/02/19 23:12:18 UTC

git commit: AMBARI-4753. Falcon service check fails when installing a cluster. (mahadev)

Repository: ambari
Updated Branches:
  refs/heads/trunk 0e049a287 -> 38545f8ce


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/38545f8c
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/38545f8c
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/38545f8c

Branch: refs/heads/trunk
Commit: 38545f8ce2a07d37d6021b1178436de2f68c49e0
Parents: 0e049a2
Author: Mahadev Konar <ma...@apache.org>
Authored: Wed Feb 19 14:12:10 2014 -0800
Committer: Mahadev Konar <ma...@apache.org>
Committed: Wed Feb 19 14:12:14 2014 -0800

----------------------------------------------------------------------
 .../2.1.1/services/FALCON/package/templates/runtime.properties.j2 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/38545f8c/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 677e5e3..79ebb7f 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,7 +26,8 @@
 *.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>