浏览代码

YARN-10015. Correct the sample command in SLS README file. Contributed by Aihua Xu.

Yufei Gu 5 年之前
父节点
当前提交
1643cfdfbb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hadoop-tools/hadoop-sls/README

+ 1 - 1
hadoop-tools/hadoop-sls/README

@@ -21,7 +21,7 @@ STEP 1: Copy all configuration files (under sample-conf) to $HADOOP_ROOT/etc/had
 STEP 2: Go to the $HADOOP_ROOT/share/hadoop/tools/sls directory, and run the simulator 
 STEP 2: Go to the $HADOOP_ROOT/share/hadoop/tools/sls directory, and run the simulator 
 using the sample rumen trace (under sample-data).
 using the sample rumen trace (under sample-data).
 
 
-bin/slsrun.sh —-input-rumen=sample-data/2jobs2min-rumen-jh.json —-output-dir=sample-output
+bin/slsrun.sh --input-rumen=sample-data/2jobs2min-rumen-jh.json --output-dir=sample-output
 
 
 The simulator will start to run, and you can track the running progress 
 The simulator will start to run, and you can track the running progress 
 using its web portal (http://$HOST:10001/simulate, where $HOST is the place 
 using its web portal (http://$HOST:10001/simulate, where $HOST is the place