123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- # Copyright 2011 The Apache Software Foundation
- #
- # Licensed to the Apache Software Foundation (ASF) under one
- # or more contributor license agreements. See the NOTICE file
- # distributed with this work for additional information
- # regarding copyright ownership. The ASF licenses this file
- # to you under the Apache License, Version 2.0 (the
- # "License"); you may not use this file except in compliance
- # with the License. You may obtain a copy of the License at
- #
- # http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing, software
- # distributed under the License is distributed on an "AS IS" BASIS,
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- # See the License for the specific language governing permissions and
- # limitations under the License.
- security.server.keys_dir=keystore
- resources.dir=resources
- shared.resources.dir = sbin\\ambari_commons\\resources
- custom.action.definitions=resources\\custom_action_definitions
- #Comma-separated list of JDK versions
- #java.releases=jdk1.8.20,jdk1.6.31
- java.releases=jdk1.7.67
- jdk1.7.67.desc=Oracle JDK 1.7
- jdk1.7.67.url=http://public-repo-1.hortonworks.com/ARTIFACTS/jdk-7u67-windows-x64.exe
- jdk1.7.67.dest-file=jdk-7u67-windows-x64.exe
- jdk1.7.67.jcpol-url=http://public-repo-1.hortonworks.com/ARTIFACTS/UnlimitedJCEPolicyJDK7.zip
- jdk1.7.67.jcpol-file=UnlimitedJCEPolicyJDK7.zip
- jdk1.7.67.home=C:\\jdk1.7.0_67
- jdk1.7.67.re=(jdk.*)/jre
- jdk.download.supported=true
- jce.download.supported=true
- metadata.path=resources\\stacks
- common.services.path=resources\\common-services
- server.version.file=version
- webapp.dir=web
- bootstrap.dir=bootstrap
- bootstrap.script=sbin\\bootstrap.py
- bootstrap.setup_agent.script=resources\\bootstrap.zip
- server.connection.max.idle.millis=900000
- server.fqdn.service.url=http://127.0.0.1/latest/meta-data/public-hostname
- server.stages.parallel=true
- # Scheduler settings
- server.execution.scheduler.isClustered=false
- server.execution.scheduler.maxThreads=5
- server.execution.scheduler.maxDbConnections=5
- server.execution.scheduler.misfire.toleration.minutes=480
- # Kerberos settings
- kerberos.keytab.cache.dir = data\\cache
- recommendations.dir=\\var\\run\\ambari-server\\stack-recommendations
- stackadvisor.script=resources\\scripts\\stack_advisor.py
- server.tmp.dir=\\var\\run\\ambari-server\\data\\tmp
- views.dir=resources\\views
- ambari.python.wrap=python.exe
- # Default timeout in seconds before task is killed
- agent.task.timeout=600
- # Default timeout in seconds before package installation task is killed
- agent.package.install.task.timeout=1800
- # Default timeout in seconds before a server-side task is killed
- server.task.timeout=1200
- # thread pool maximums
- client.threadpool.size.max=25
- agent.threadpool.size.max=25
- # linux open-file limit
- ulimit.open.files=10000
- #java.home=C:\j2se1.8.0_05
- #server.jdbc.rca.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
- #server.jdbc.rca.url=jdbc:sqlserver://localhost\\SQLEXPRESS;databaseName=ambari;integratedSecurity=true
- ##server.jdbc.rca.user.name=ambari
- ##server.jdbc.rca.user.passwd=etc\\ambari-server\\conf\\password.dat
- #server.jdbc.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
- #server.jdbc.driver.path=C:\\Program Files\\Microsoft JDBC DRIVER 4.0 for SQL Server\\sqljdbc_4.0\\enu\\sqljdbc4.jar
- #server.jdbc.url=jdbc:sqlserver://localhost\\SQLEXPRESS;databaseName=ambari;integratedSecurity=true
- #server.jdbc.schema=ambari
- ##server.jdbc.user.passwd=etc\\ambari-server\\conf\\password.dat
- ##server.jdbc.user.name=ambari
- # HTTP Header settings for Ambari Server UI
- http.strict-transport-security=max-age=31536000
- http.x-xss-protection=1; mode=block
- http.x-frame-options=DENY
- # HTTP Header settings for Ambari Views
- views.http.strict-transport-security=max-age=31536000
- views.http.x-xss-protection=1; mode=block
- views.http.x-frame-options=SAMEORIGIN
- mpacks.staging.path=resources\\mpacks
|