|
@@ -1,6 +1,11 @@
|
|
|
# Set Hadoop-specific environment variables here.
|
|
|
|
|
|
-# The java implementation to use.
|
|
|
+# The only required environment variable is JAVA_HOME. All others are
|
|
|
+# optional. When running a distributed configuration it is best to
|
|
|
+# set JAVA_HOME in this file, so that it is correctly defined on
|
|
|
+# remote nodes.
|
|
|
+
|
|
|
+# The java implementation to use. Required.
|
|
|
# export JAVA_HOME=/usr/bin/java
|
|
|
|
|
|
# The maximum amount of heap to use, in MB. Default is 1000.
|
|
@@ -9,6 +14,9 @@
|
|
|
# Extra Java runtime options. Empty by default.
|
|
|
# export HADOOP_OPTS=-server
|
|
|
|
|
|
+# Extra ssh options. Default is '-o ConnectTimeout=1'.
|
|
|
+# export HADOOP_SSH_OPTS="-o ConnectTimeout=1"
|
|
|
+
|
|
|
# Where log files are stored. $HADOOP_HOME/logs by default.
|
|
|
# export HADOOP_LOG_DIR=${HADOOP_HOME}/logs
|
|
|
|