|
@@ -45,6 +45,9 @@ export HADOOP_JOBTRACKER_OPTS="-Dcom.sun.management.jmxremote $HADOOP_JOBTRACKER
|
|
|
# export HADOOP_SLAVE_SLEEP=0.1
|
|
|
|
|
|
# The directory where pid files are stored. /tmp by default.
|
|
|
+# NOTE: this should be set to a directory that can only be written to by
|
|
|
+# the users that are going to run the hadoop daemons. Otherwise there is
|
|
|
+# the potential for a symlink attack.
|
|
|
# export HADOOP_PID_DIR=/var/hadoop/pids
|
|
|
|
|
|
# A string representing this instance of hadoop. $USER by default.
|