From 1643cfdfbb5dc923f2d3c0fa9bdb46cbf63a11ee Mon Sep 17 00:00:00 2001 From: Yufei Gu Date: Tue, 28 Jan 2020 17:47:38 -0800 Subject: [PATCH] YARN-10015. Correct the sample command in SLS README file. Contributed by Aihua Xu. --- hadoop-tools/hadoop-sls/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-tools/hadoop-sls/README b/hadoop-tools/hadoop-sls/README index 3d7912e084b..b76079e27b3 100644 --- a/hadoop-tools/hadoop-sls/README +++ b/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 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 using its web portal (http://$HOST:10001/simulate, where $HOST is the place