ambari.properties 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. # Copyright 2011 The Apache Software Foundation
  2. #
  3. # Licensed to the Apache Software Foundation (ASF) under one
  4. # or more contributor license agreements. See the NOTICE file
  5. # distributed with this work for additional information
  6. # regarding copyright ownership. The ASF licenses this file
  7. # to you under the Apache License, Version 2.0 (the
  8. # "License"); you may not use this file except in compliance
  9. # with the License. You may obtain a copy of the License at
  10. #
  11. # http://www.apache.org/licenses/LICENSE-2.0
  12. #
  13. # Unless required by applicable law or agreed to in writing, software
  14. # distributed under the License is distributed on an "AS IS" BASIS,
  15. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16. # See the License for the specific language governing permissions and
  17. # limitations under the License.
  18. security.server.keys_dir=keystore
  19. resources.dir=resources
  20. shared.resources.dir = sbin\\ambari_commons\\resources
  21. custom.action.definitions=resources\\custom_action_definitions
  22. #Comma-separated list of JDK versions
  23. #java.releases=jdk1.8.20,jdk1.6.31
  24. java.releases=jdk1.7.67
  25. jdk1.7.67.desc=Oracle JDK 1.7.67
  26. jdk1.7.67.url=http://public-repo-1.hortonworks.com/ARTIFACTS/jdk-7u67-windows-x64.exe
  27. jdk1.7.67.dest-file=jdk-7u67-windows-x64.exe
  28. jdk1.7.67.jcpol-url=http://public-repo-1.hortonworks.com/ARTIFACTS/UnlimitedJCEPolicyJDK7.zip
  29. jdk1.7.67.jcpol-file=UnlimitedJCEPolicyJDK7.zip
  30. jdk1.7.67.home=C:\\jdk1.7.0_67
  31. metadata.path=resources\\stacks
  32. server.version.file=version
  33. webapp.dir=web
  34. bootstrap.dir=bootstrap
  35. bootstrap.script=bootstrap\\bootstrap.py
  36. bootstrap.setup_agent.script=bootstrap\\setupAgent.py
  37. api.authenticate=true
  38. server.connection.max.idle.millis=900000
  39. server.fqdn.service.url=http://127.0.0.1/latest/meta-data/public-hostname
  40. server.stages.parallel=true
  41. # Scheduler settings
  42. server.execution.scheduler.isClustered=false
  43. server.execution.scheduler.maxThreads=5
  44. server.execution.scheduler.maxDbConnections=5
  45. server.execution.scheduler.misfire.toleration.minutes=480
  46. recommendations.dir=\\var\\run\\ambari-server\\stack-recommendations
  47. stackadvisor.script=resources\\scripts\\stack_advisor.py
  48. server.tmp.dir=\\var\\run\\ambari-server\\tmp
  49. views.dir=resources\\views
  50. ambari.python.wrap=python.exe
  51. # Default timeout in seconds before task is killed
  52. agent.task.timeout=600
  53. # thread pool maximums
  54. client.threadpool.size.max=25
  55. agent.threadpool.size.max=25
  56. # linux open-file limit
  57. ulimit.open.files=10000
  58. #java.home=C:\j2se1.8.0_05
  59. #server.jdbc.rca.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
  60. #server.jdbc.rca.url=jdbc:sqlserver://localhost\\SQLEXPRESS;databaseName=ambari;integratedSecurity=true
  61. ##server.jdbc.rca.user.name=ambari
  62. ##server.jdbc.rca.user.passwd=etc\\ambari-server\\conf\\password.dat
  63. #server.jdbc.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
  64. #server.jdbc.driver.path=C:\\Program Files\\Microsoft JDBC DRIVER 4.0 for SQL Server\\sqljdbc_4.0\\enu\\sqljdbc4.jar
  65. #server.jdbc.url=jdbc:sqlserver://localhost\\SQLEXPRESS;databaseName=ambari;integratedSecurity=true
  66. #server.jdbc.schema=ambari
  67. ##server.jdbc.user.passwd=etc\\ambari-server\\conf\\password.dat
  68. ##server.jdbc.user.name=ambari
  69. #scom.sink.db.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
  70. ##scom.sink.db.url=jdbc:sqlserver://[server]:[port];databaseName=[databaseName];user=[user];password=[password]
  71. #scom.sink.db.url=jdbc:sqlserver://localhost\\SQLEXPRESS;databaseName=HadoopMetrics;integratedSecurity=true