12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- # 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 = /var/lib/ambari-server/keys
- #security.server.disabled.ciphers=SSL_RSA_WITH_DES_CBC_SHA|SSL_RSA_EXPORT_WITH_RC4_40_MD5|SSL_DHE_RSA_WITH_DES_CBC_SHA|SSL_DHE_DSS_WITH_DES_CBC_SHA|SSL_RSA_EXPORT_WITH_DES40_CBC_SHA|SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA|SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA|SSL_RSA_WITH_3DES_EDE_CBC_SHA|SSL_DHE_RSA_WITH_DES_CBC_SHA
- #security.server.disabled.protocols=SSL|SSLv2|SSLv3
- resources.dir = /var/lib/ambari-server/resources
- shared.resources.dir = /usr/lib/ambari-server/lib/ambari_commons/resources
- custom.action.definitions = /var/lib/ambari-server/resources/custom_action_definitions
- jdk1.6.url=http://public-repo-1.hortonworks.com/ARTIFACTS/jdk-6u31-linux-x64.bin
- jce_policy1.6.url=http://public-repo-1.hortonworks.com/ARTIFACTS/jce_policy-6.zip
- jdk1.7.url=http://public-repo-1.hortonworks.com/ARTIFACTS/jdk-7u67-linux-x64.tar.gz
- jce_policy1.7.url=http://public-repo-1.hortonworks.com/ARTIFACTS/UnlimitedJCEPolicyJDK7.zip
- metadata.path=/var/lib/ambari-server/resources/stacks
- common.services.path=
- server.version.file=/var/lib/ambari-server/resources/version
- webapp.dir=/usr/lib/ambari-server/web
- bootstrap.dir=/var/run/ambari-server/bootstrap
- bootstrap.script=/usr/lib/python2.6/site-packages/ambari_server/bootstrap.py
- bootstrap.setup_agent.script=/usr/lib/python2.6/site-packages/ambari_server/setupAgent.py
- recommendations.dir=/var/run/ambari-server/stack-recommendations
- stackadvisor.script=/var/lib/ambari-server/resources/scripts/stack_advisor.py
- server.tmp.dir=/var/lib/ambari-server/tmp
- ambari.python.wrap=ambari-python-wrap
- api.authenticate=true
- server.connection.max.idle.millis=900000
- server.fqdn.service.url=http://169.254.169.254/latest/meta-data/public-hostname
- server.stages.parallel=true
- # Views settings
- views.request.connect.timeout.millis=5000
- views.request.read.timeout.millis=10000
- # Scheduler settings
- server.execution.scheduler.isClustered=false
- server.execution.scheduler.maxThreads=5
- server.execution.scheduler.maxDbConnections=5
- server.execution.scheduler.misfire.toleration.minutes=480
- # Default timeout in seconds before task is killed
- agent.task.timeout=900
- # thread pool maximums
- client.threadpool.size.max=25
- agent.threadpool.size.max=25
- # linux open-file limit
- ulimit.open.files=10000
- # Server HTTP settings
- server.http.session.inactive_timeout=1800
|