ambari.properties 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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 = /var/lib/ambari-server/keys
  19. #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
  20. #security.server.disabled.protocols=SSL|SSLv2|SSLv3
  21. resources.dir = /var/lib/ambari-server/resources
  22. shared.resources.dir = /usr/lib/ambari-server/lib/ambari_commons/resources
  23. custom.action.definitions = /var/lib/ambari-server/resources/custom_action_definitions
  24. java.releases=jdk1.8,jdk1.7
  25. jdk1.7.desc=Oracle JDK 1.7 + Java Cryptography Extension (JCE) Policy Files 7
  26. jdk1.7.url=http://public-repo-1.hortonworks.com/ARTIFACTS/jdk-7u67-linux-x64.tar.gz
  27. jdk1.7.dest-file=jdk-7u67-linux-x64.tar.gz
  28. jdk1.7.jcpol-url=http://public-repo-1.hortonworks.com/ARTIFACTS/UnlimitedJCEPolicyJDK7.zip
  29. jdk1.7.jcpol-file=UnlimitedJCEPolicyJDK7.zip
  30. jdk1.7.home=/usr/jdk64/
  31. jdk1.7.re=(jdk.*)/jre
  32. jdk1.8.desc=Oracle JDK 1.8 + Java Cryptography Extension (JCE) Policy Files 8
  33. jdk1.8.url=http://public-repo-1.hortonworks.com/ARTIFACTS/jdk-8u40-linux-x64.tar.gz
  34. jdk1.8.dest-file=jdk-8u40-linux-x64.tar.gz
  35. jdk1.8.jcpol-url=http://public-repo-1.hortonworks.com/ARTIFACTS/jce_policy-8.zip
  36. jdk1.8.jcpol-file=jce_policy-8.zip
  37. jdk1.8.home=/usr/jdk64/
  38. jdk1.8.re=(jdk.*)/jre
  39. jdk.download.supported=true
  40. jce.download.supported=true
  41. metadata.path=/var/lib/ambari-server/resources/stacks
  42. common.services.path=/var/lib/ambari-server/resources/common-services
  43. server.version.file=/var/lib/ambari-server/resources/version
  44. webapp.dir=/usr/lib/ambari-server/web
  45. bootstrap.dir=/var/run/ambari-server/bootstrap
  46. bootstrap.script=/usr/lib/python2.6/site-packages/ambari_server/bootstrap.py
  47. bootstrap.setup_agent.script=/usr/lib/python2.6/site-packages/ambari_server/setupAgent.py
  48. recommendations.dir=/var/run/ambari-server/stack-recommendations
  49. stackadvisor.script=/var/lib/ambari-server/resources/scripts/stack_advisor.py
  50. server.tmp.dir=/var/lib/ambari-server/data/tmp
  51. ambari.python.wrap=ambari-python-wrap
  52. ambari-server.user=root
  53. api.authenticate=true
  54. server.connection.max.idle.millis=900000
  55. server.fqdn.service.url=http://169.254.169.254/latest/meta-data/public-hostname
  56. server.stages.parallel=true
  57. # Views settings
  58. views.request.connect.timeout.millis=5000
  59. views.request.read.timeout.millis=10000
  60. # Scheduler settings
  61. server.execution.scheduler.isClustered=false
  62. server.execution.scheduler.maxThreads=5
  63. server.execution.scheduler.maxDbConnections=5
  64. server.execution.scheduler.misfire.toleration.minutes=480
  65. # Kerberos settings
  66. kerberos.keytab.cache.dir = /var/lib/ambari-server/data/cache
  67. # Default timeout in seconds before task is killed
  68. agent.task.timeout=900
  69. # Default timeout in seconds before package installation task is killed
  70. agent.package.install.task.timeout=1800
  71. # thread pool maximums
  72. client.threadpool.size.max=25
  73. agent.threadpool.size.max=25
  74. # linux open-file limit
  75. ulimit.open.files=10000
  76. # Server HTTP settings
  77. server.http.session.inactive_timeout=1800
  78. # to skip service checks during deploy
  79. skip.service.checks=false
  80. rolling.upgrade.min.stack=HDP-2.2
  81. rolling.upgrade.max.stack=
  82. # HTTP Header settings
  83. http.strict-transport-security=max-age=31536000
  84. http.x-xss-protection=1; mode=block
  85. http.x-frame-options=DENY