ambari.properties 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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 = $ROOT/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 = $ROOT/var/lib/ambari-server/resources
  22. shared.resources.dir = $ROOT/usr/lib/ambari-server/lib/ambari_commons/resources
  23. custom.action.definitions = $ROOT/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-8u60-linux-x64.tar.gz
  34. jdk1.8.dest-file=jdk-8u60-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=$ROOT/var/lib/ambari-server/resources/stacks
  42. common.services.path=$ROOT/var/lib/ambari-server/resources/common-services
  43. server.version.file=$ROOT/var/lib/ambari-server/resources/version
  44. webapp.dir=$ROOT/usr/lib/ambari-server/web
  45. bootstrap.dir=$ROOT/var/run/ambari-server/bootstrap
  46. bootstrap.script=$ROOT/usr/lib/python2.6/site-packages/ambari_server/bootstrap.py
  47. bootstrap.setup_agent.script=$ROOT/usr/lib/python2.6/site-packages/ambari_server/setupAgent.py
  48. recommendations.dir=$ROOT/var/run/ambari-server/stack-recommendations
  49. stackadvisor.script=$ROOT/var/lib/ambari-server/resources/scripts/stack_advisor.py
  50. server.tmp.dir=$ROOT/var/lib/ambari-server/data/tmp
  51. ambari.python.wrap=ambari-python-wrap
  52. ambari-server.user=root
  53. server.connection.max.idle.millis=900000
  54. server.fqdn.service.url=http://169.254.169.254/latest/meta-data/public-hostname
  55. server.stages.parallel=true
  56. # Views settings
  57. views.request.connect.timeout.millis=5000
  58. views.request.read.timeout.millis=10000
  59. # Scheduler settings
  60. server.execution.scheduler.isClustered=false
  61. server.execution.scheduler.maxThreads=5
  62. server.execution.scheduler.maxDbConnections=5
  63. server.execution.scheduler.misfire.toleration.minutes=480
  64. # Kerberos settings
  65. kerberos.keytab.cache.dir = $ROOT/var/lib/ambari-server/data/cache
  66. # Default timeout in seconds before task is killed
  67. agent.task.timeout=900
  68. # Default timeout in seconds before package installation task is killed
  69. agent.package.install.task.timeout=1800
  70. # Default timeout in seconds before a server-side task is killed
  71. server.task.timeout=1200
  72. # thread pool maximums
  73. client.threadpool.size.max=25
  74. agent.threadpool.size.max=25
  75. # linux open-file limit
  76. ulimit.open.files=10000
  77. # Server HTTP settings
  78. server.http.session.inactive_timeout=1800
  79. # user inactivity timeout setting
  80. user.inactivity.timeout.default=0
  81. user.inactivity.timeout.role.readonly.default=0
  82. # to skip service checks during deploy
  83. skip.service.checks=false
  84. rolling.upgrade.skip.packages.prefixes=
  85. # HTTP Header settings for Ambari Server UI
  86. http.strict-transport-security=max-age=31536000
  87. http.x-xss-protection=1; mode=block
  88. http.x-frame-options=DENY
  89. # HTTP Header settings for Ambari Views
  90. views.http.strict-transport-security=max-age=31536000
  91. views.http.x-xss-protection=1; mode=block
  92. views.http.x-frame-options=SAMEORIGIN
  93. # Enable Metrics Collector auto-restart
  94. recovery.type=AUTO_START
  95. recovery.enabled_components=METRICS_COLLECTOR
  96. recovery.lifetime_max_count=1024