ambari-agent.ini 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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=data
  20. tmp_dir=\\var\\lib\\ambari-agent\\data\\tmp
  21. ;loglevel=(DEBUG/INFO)
  22. loglevel=INFO
  23. data_cleanup_interval=86400
  24. data_cleanup_max_age=2592000
  25. data_cleanup_max_size_MB = 100
  26. ping_port=8670
  27. cache_dir=cache
  28. tolerate_download_failures=true
  29. parallel_execution=0
  30. alert_grace_period=5
  31. alert_kinit_timeout=14400000
  32. system_resource_overrides=\\etc\\resource_overrides
  33. [security]
  34. keysdir=keys
  35. server_crt=ca.crt
  36. passphrase_env_var_name=AMBARI_PASSPHRASE
  37. [services]
  38. pidLookupPath=\\var\\run\\ambari-agent
  39. [heartbeat]
  40. state_interval=6
  41. dirs=/etc/hadoop,/etc/hadoop/conf,/etc/hbase,/etc/hcatalog,/etc/hive,/etc/oozie,
  42. /etc/sqoop,/etc/ganglia,/etc/nagios,
  43. /var/run/hadoop,/var/run/zookeeper,/var/run/hbase,/var/run/templeton,/var/run/oozie,
  44. /var/log/hadoop,/var/log/zookeeper,/var/log/hbase,/var/run/templeton,/var/log/hive,
  45. /var/log/nagios
  46. rpms=nagios,ganglia,
  47. hadoop,hadoop-lzo,hbase,oozie,sqoop,pig,zookeeper,hive,libconfuse,ambari-log4j
  48. ; 0 - unlimited
  49. log_lines_count=300