ambari.properties 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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
  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. jdk1.7.67.re=(jdk.*)/jre
  32. jdk.download.supported=true
  33. jce.download.supported=true
  34. metadata.path=resources\\stacks
  35. common.services.path=resources\\common-services
  36. server.version.file=version
  37. webapp.dir=web
  38. bootstrap.dir=bootstrap
  39. bootstrap.script=sbin\\bootstrap.py
  40. bootstrap.setup_agent.script=resources\\bootstrap.zip
  41. server.connection.max.idle.millis=900000
  42. server.fqdn.service.url=http://127.0.0.1/latest/meta-data/public-hostname
  43. server.stages.parallel=true
  44. # Scheduler settings
  45. server.execution.scheduler.isClustered=false
  46. server.execution.scheduler.maxThreads=5
  47. server.execution.scheduler.maxDbConnections=5
  48. server.execution.scheduler.misfire.toleration.minutes=480
  49. # Kerberos settings
  50. kerberos.keytab.cache.dir = data\\cache
  51. recommendations.dir=\\var\\run\\ambari-server\\stack-recommendations
  52. stackadvisor.script=resources\\scripts\\stack_advisor.py
  53. server.tmp.dir=\\var\\run\\ambari-server\\data\\tmp
  54. views.dir=resources\\views
  55. ambari.python.wrap=python.exe
  56. # Default timeout in seconds before task is killed
  57. agent.task.timeout=600
  58. # Default timeout in seconds before package installation task is killed
  59. agent.package.install.task.timeout=1800
  60. # Default timeout in seconds before a server-side task is killed
  61. server.task.timeout=1200
  62. # thread pool maximums
  63. client.threadpool.size.max=25
  64. agent.threadpool.size.max=25
  65. # linux open-file limit
  66. ulimit.open.files=10000
  67. #java.home=C:\j2se1.8.0_05
  68. #server.jdbc.rca.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
  69. #server.jdbc.rca.url=jdbc:sqlserver://localhost\\SQLEXPRESS;databaseName=ambari;integratedSecurity=true
  70. ##server.jdbc.rca.user.name=ambari
  71. ##server.jdbc.rca.user.passwd=etc\\ambari-server\\conf\\password.dat
  72. #server.jdbc.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
  73. #server.jdbc.driver.path=C:\\Program Files\\Microsoft JDBC DRIVER 4.0 for SQL Server\\sqljdbc_4.0\\enu\\sqljdbc4.jar
  74. #server.jdbc.url=jdbc:sqlserver://localhost\\SQLEXPRESS;databaseName=ambari;integratedSecurity=true
  75. #server.jdbc.schema=ambari
  76. ##server.jdbc.user.passwd=etc\\ambari-server\\conf\\password.dat
  77. ##server.jdbc.user.name=ambari
  78. # HTTP Header settings for Ambari Server UI
  79. http.strict-transport-security=max-age=31536000
  80. http.x-xss-protection=1; mode=block
  81. http.x-frame-options=DENY
  82. # HTTP Header settings for Ambari Views
  83. views.http.strict-transport-security=max-age=31536000
  84. views.http.x-xss-protection=1; mode=block
  85. views.http.x-frame-options=SAMEORIGIN
  86. mpacks.staging.path=resources\\mpacks