ambari-agent.ini 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # Licensed to the Apache Software Foundation (ASF) under one or more
  2. # contributor license agreements. See the NOTICE file distributed with
  3. # this work for additional information regarding copyright ownership.
  4. # The ASF licenses this file to You under the Apache License, Version 2.0
  5. # (the "License"); you may not use this file except in compliance with
  6. # the License. You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific
  14. [server]
  15. hostname=localhost
  16. url_port=8440
  17. secured_url_port=8441
  18. [agent]
  19. prefix=/var/lib/ambari-agent/data
  20. ;loglevel=(DEBUG/INFO)
  21. loglevel=INFO
  22. data_cleanup_interval=86400
  23. data_cleanup_max_age=2592000
  24. ping_port=0
  25. [stack]
  26. installprefix=/var/ambari-agent/
  27. upgradeScriptsDir=/var/lib/ambari-agent/upgrade_stack
  28. [puppet]
  29. puppetmodules=/var/lib/ambari-agent/puppet
  30. ruby_home=/usr/lib/ambari-agent/lib/ruby-1.8.7-p370
  31. puppet_home=/usr/lib/ambari-agent/lib/puppet-2.7.9
  32. facter_home=/usr/lib/ambari-agent/lib/facter-1.6.10
  33. [command]
  34. maxretries=2
  35. sleepBetweenRetries=1
  36. [security]
  37. keysdir=/var/lib/ambari-agent/keys
  38. server_crt=ca.crt
  39. passphrase_env_var_name=AMBARI_PASSPHRASE
  40. [services]
  41. pidLookupPath=/var/run/
  42. [heartbeat]
  43. state_interval=6
  44. dirs=/etc/hadoop,/etc/hadoop/conf,/etc/hbase,/etc/hcatalog,/etc/hive,/etc/oozie,
  45. /etc/sqoop,/etc/ganglia,/etc/nagios,
  46. /var/run/hadoop,/var/run/zookeeper,/var/run/hbase,/var/run/templeton,/var/run/oozie,
  47. /var/log/hadoop,/var/log/zookeeper,/var/log/hbase,/var/run/templeton,/var/log/hive,
  48. /var/log/nagios
  49. rpms=nagios,ganglia,
  50. hadoop,hadoop-lzo,hbase,oozie,sqoop,pig,zookeeper,hive,libconfuse,ambari-log4j