Browse Source

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

Mahadev Konar 11 years ago
parent
commit
4471763ebb

+ 0 - 2
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>

+ 2 - 0
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