aboutsummaryrefslogtreecommitdiff
path: root/bin/run-example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/run-example')
-rwxr-xr-xbin/run-example3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/run-example b/bin/run-example
index 942706d733..68a35702ed 100755
--- a/bin/run-example
+++ b/bin/run-example
@@ -29,7 +29,8 @@ if [ -n "$1" ]; then
else
echo "Usage: ./bin/run-example <example-class> [example-args]" 1>&2
echo " - set MASTER=XX to use a specific master" 1>&2
- echo " - can use abbreviated example class name (e.g. SparkPi, mllib.LinearRegression)" 1>&2
+ echo " - can use abbreviated example class name relative to com.apache.spark.examples" 1>&2
+ echo " (e.g. SparkPi, mllib.LinearRegression, streaming.KinesisWordCountASL)" 1>&2
exit 1
fi