aboutsummaryrefslogtreecommitdiff
path: root/bin/run-example2.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'bin/run-example2.cmd')
-rw-r--r--bin/run-example2.cmd3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/run-example2.cmd b/bin/run-example2.cmd
index eadedd7fa6..b29bf90c64 100644
--- a/bin/run-example2.cmd
+++ b/bin/run-example2.cmd
@@ -32,7 +32,8 @@ rem Test that an argument was given
if not "x%1"=="x" goto arg_given
echo Usage: run-example ^<example-class^> [example-args]
echo - set MASTER=XX to use a specific master
- echo - can use abbreviated example class name (e.g. SparkPi, mllib.LinearRegression)
+ echo - can use abbreviated example class name relative to com.apache.spark.examples
+ echo (e.g. SparkPi, mllib.LinearRegression, streaming.KinesisWordCountASL)
goto exit
:arg_given