source: proiecte/HadoopJUnit/hadoop-0.20.1/contrib/hod/conf/hodrc @ 120

Last change on this file since 120 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 1.6 KB
Line 
1[hod]
2stream                          = True
3java-home                       = ${JAVA_HOME}
4cluster                         = ${CLUSTER_NAME}
5cluster-factor                  = 1.8
6xrs-port-range                  = 32768-65536
7debug                           = 3
8allocate-wait-time              = 3600
9temp-dir                        = /tmp/hod
10
11[ringmaster]
12register                        = True
13stream                          = False
14temp-dir                        = /tmp/hod
15http-port-range                 = 8000-9000
16work-dirs                       = /tmp/hod/1,/tmp/hod/2
17xrs-port-range                  = 32768-65536
18debug                           = 3
19
20[hodring]
21stream                          = False
22temp-dir                        = /tmp/hod
23register                        = True
24java-home                       = ${JAVA_HOME}
25http-port-range                 = 8000-9000
26xrs-port-range                  = 32768-65536
27debug                           = 3
28
29[resource_manager]
30queue                           = ${RM_QUEUE}
31batch-home                      = ${RM_HOME}
32id                              = torque
33#env-vars                       = HOD_PYTHON_HOME=/foo/bar/python-2.5.1/bin/python
34
35[gridservice-mapred]
36external                        = False
37pkgs                            = ${HADOOP_HOME}
38tracker_port                    = 8030
39info_port                       = 50080
40
41[gridservice-hdfs]
42external                        = False
43pkgs                            = ${HADOOP_HOME}
44fs_port                         = 8020
45info_port                       = 50070
46
Note: See TracBrowser for help on using the repository browser.