source: nutchez-0.1/tomcat/webapps/ROOT/WEB-INF/classes/hadoop-env.sh @ 66

Last change on this file since 66 was 66, checked in by waue, 15 years ago

NutchEz - an easy way to nutch

File size: 1.2 KB
Line 
1# Set Hadoop-specific environment variables here.
2
3# The only required environment variable is JAVA_HOME.  All others are
4# optional.  When running a distributed configuration it is best to
5# set JAVA_HOME in this file, so that it is correctly defined on
6# remote nodes.
7
8# The java implementation to use.  Required.
9# export JAVA_HOME=/usr/bin/java
10
11# The maximum amount of heap to use, in MB. Default is 1000.
12# export HADOOP_HEAPSIZE=2000
13
14# Extra Java runtime options.  Empty by default.
15# export HADOOP_OPTS=-server
16
17# Extra ssh options.  Default: '-o ConnectTimeout=1 -o SendEnv=HADOOP_CONF_DIR'.
18# export HADOOP_SSH_OPTS="-o ConnectTimeout=1 -o SendEnv=HADOOP_CONF_DIR"
19
20# Where log files are stored.  $HADOOP_HOME/logs by default.
21# export HADOOP_LOG_DIR=${HADOOP_HOME}/logs
22
23# File naming remote slave hosts.  $HADOOP_HOME/conf/slaves by default.
24# export HADOOP_SLAVES=${HADOOP_HOME}/conf/slaves
25
26# host:path where hadoop code should be rsync'd from.  Unset by default.
27# export HADOOP_MASTER=master:/home/$USER/src/hadoop
28
29# The directory where pid files are stored. /tmp by default.
30# export HADOOP_PID_DIR=/var/hadoop/pids
31
32# A string representing this instance of hadoop. $USER by default.
33# export HADOOP_IDENT_STRING=$USER
Note: See TracBrowser for help on using the repository browser.