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 năm trước cách đây
mục cha
commit
44ea2ca67c
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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.
 ##