12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- # 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.67
- 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
- metadata.path=resources\\stacks
- server.version.file=version
- webapp.dir=web
- bootstrap.dir=bootstrap
- bootstrap.script=bootstrap\\bootstrap.py
- bootstrap.setup_agent.script=bootstrap\\setupAgent.py
- api.authenticate=true
- 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
- recommendations.dir=\\var\\run\\ambari-server\\stack-recommendations
- stackadvisor.script=resources\\scripts\\stack_advisor.py
- server.tmp.dir=\\var\\run\\ambari-server\\tmp
- views.dir=resources\\views
- ambari.python.wrap=python.exe
- # Default timeout in seconds before task is killed
- agent.task.timeout=600
- # 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
- #scom.sink.db.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
- ##scom.sink.db.url=jdbc:sqlserver://[server]:[port];databaseName=[databaseName];user=[user];password=[password]
- #scom.sink.db.url=jdbc:sqlserver://localhost\\SQLEXPRESS;databaseName=HadoopMetrics;integratedSecurity=true
|