-
Notifications
You must be signed in to change notification settings - Fork 1
/
srv-datanode.cfg
51 lines (46 loc) · 1.15 KB
/
srv-datanode.cfg
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
[program:ssh]
command=%(ENV_HADOOP_INIT_DIR)s/sshd.sh
priority=1
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
[program:zookeeper]
command=%(ENV_HADOOP_INIT_DIR)s/zookeeper.sh
priority=10
user=%(ENV_HADOOP_USER)s
group=%(ENV_HADOOP_USER)s
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
[program:datanode]
command=%(ENV_HADOOP_INIT_DIR)s/datanode.sh
priority=500
user=%(ENV_HADOOP_USER)s
group=%(ENV_HADOOP_USER)s
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
[program:nodemanager]
command=%(ENV_HADOOP_INIT_DIR)s/nodemanager.sh
priority=999
user=%(ENV_HADOOP_USER)s
group=%(ENV_HADOOP_USER)s
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
[program:historyserver]
command=%(ENV_HADOOP_INIT_DIR)s/historyserver.sh
priority=9999
user=%(ENV_HADOOP_USER)s
group=%(ENV_HADOOP_USER)s
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
[program:hbase-regionserver]
command=%(ENV_HADOOP_INIT_DIR)s/hbase-regionserver.sh
priority=9999
user=%(ENV_HADOOP_USER)s
group=%(ENV_HADOOP_USER)s
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true