-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini
87 lines (72 loc) · 2.64 KB
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[General]
# Hostname of Cloudera SCM Server
server_host=cmserver
# Port that server is listening on
server_port=7182
## It should not normally be necessary to modify these.
# Port that Agent should listen on
# listening_port=9000
# IP Address that Agent should listen on
# listening_ip=
# Hostname that Agent reports as its hostname
# listening_hostname=
# Log file. The supervisord log file will be placed into
# the same directory. Note that if the agent is being started
# via the init.d script, /var/log/cloudera-scm-agent/cloudera-scm-agent.out
# will also have a small amount of output (from before logging
# is initialized.)
# log_file=/var/log/cloudera-scm-agent/cloudera-scm-agent.log
# Parcel directory
# Unpacked parcels will be stored in this directory
# Downloaded parcels will be stored in <parcel_dir>/../parcel-cache
# parcel_dir=/opt/cloudera/parcels
# Heartbeat optimizations.
# enable_eager_heartbeats=true
# Monitoring max collection wait in seconds.
max_collection_wait_seconds=10.0
# Monitoring metric collection timeout in seconds.
metrics_url_timeout_seconds=30.0
# Monitoring task collection timeout in seconds.
task_metrics_timeout_seconds=5.0
# The list of non-device (nodev) filesystem types which will be monitored.
monitored_nodev_filesystem_types=nfs,nfs4,tmpfs
[Security]
use_tls=0
# verify_cert_file=
# client_key_file=
# client_keypw_file=
# client_cert_file=
## Location of Hadoop files. These are the CDH locations when installed by
## packages. These are not used when CDH is installed by parcels.
#[Hadoop]
#cdh_flume_home=/usr/lib/flume-ng
#cdh_hadoop_bin=/usr/bin/hadoop
#cdh_hadoop_home=/usr/lib/hadoop
#cdh_hbase_home=/usr/lib/hbase
#cdh_hcat_home=/usr/lib/hcatalog
#cdh_hdfs_home=/usr/lib/hadoop-hdfs
#cdh_hive_home=/usr/lib/hive
#cdh_httpfs_home=/usr/lib/hadoop-httpfs
#cdh_hue_home=/usr/share/hue
#cdh_hue_plugins_home=/usr/lib/hadoop
#cdh_impala_home=/usr/lib/impala
#cdh_mr1_home=/usr/lib/hadoop-0.20-mapreduce
#cdh_mr2_home=/usr/lib/hadoop-mapreduce
#cdh_oozie_home=/usr/lib/oozie
#cdh_pig_home=/usr/lib/pig
#cdh_solr_home=/usr/lib/solr
#cdh_sqoop2_home=/usr/lib/sqoop2
#cdh_yarn_home=/usr/lib/hadoop-yarn
#cdh_zookeeper_home=/usr/lib/zookeeper
#hive_default_xml=/etc/hive/conf.dist/hive-default.xml
#jsvc_home=/usr/libexec/bigtop-utils
#tomcat_home=/usr/lib/bigtop-tomcat
## Location of Cloudera Management Suite Binaries
#[Cloudera]
#mgmt_home=/usr/share/cmf
## Location of JDBC Drivers.
#[JDBC]
#cloudera_mysql_connector_jar=/usr/share/java/mysql-connector-java.jar
#cloudera_oracle_connector_jar=/usr/share/java/oracle-connector-java.jar
#By default, postgres jar is found dynamically in $MGMT_HOME/lib
#cloudera_postgresql_jdbc_jar=