Browse Source

Fix script documentation. Thanks, Stefan!

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@393116 13f79535-47bb-0310-9956-ffa450edef68
Doug Cutting 19 years ago
parent
commit
44ea2ca67c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      bin/slaves.sh

+ 2 - 1
bin/slaves.sh

@@ -4,7 +4,8 @@
 #
 # Environment Variables
 #
-#   HADOOP_SLAVES    File naming remote hosts.  Default is ~/.slaves
+#   HADOOP_SLAVES    File naming remote hosts.
+#     Default is ${HADOOP_CONF_DIR}/slaves.
 #   HADOOP_CONF_DIR  Alternate conf dir. Default is ${HADOOP_HOME}/conf.
 #   HADOOP_SLAVE_SLEEP Seconds to sleep between spawning remote commands.
 ##