aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPrashant Sharma <prashant.s@imaginea.com>2014-01-02 18:41:21 +0530
committerPrashant Sharma <prashant.s@imaginea.com>2014-01-02 18:41:21 +0530
commit94b7a7fe37a4b1459bfdbece2a4162451d6a8ac2 (patch)
treebebd8917d475fdc08e1e3e583be435562e9c4415 /bin
parentb810a85cdddb247e1a104f4daad905b97222ad85 (diff)
downloadspark-94b7a7fe37a4b1459bfdbece2a4162451d6a8ac2.tar.gz
spark-94b7a7fe37a4b1459bfdbece2a4162451d6a8ac2.tar.bz2
spark-94b7a7fe37a4b1459bfdbece2a4162451d6a8ac2.zip
run-example -> bin/run-example
Diffstat (limited to 'bin')
-rwxr-xr-xbin/run-example2
-rw-r--r--bin/run-example2.cmd2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/run-example b/bin/run-example
index f2699c38a9..a3976beb12 100755
--- a/bin/run-example
+++ b/bin/run-example
@@ -36,7 +36,7 @@ if [ -e "$FWDIR/conf/spark-env.sh" ] ; then
fi
if [ -z "$1" ]; then
- echo "Usage: run-example <example-class> [<args>]" >&2
+ echo "Usage: bin/run-example <example-class> [<args>]" >&2
exit 1
fi
diff --git a/bin/run-example2.cmd b/bin/run-example2.cmd
index 6861334cb0..d9c10545e7 100644
--- a/bin/run-example2.cmd
+++ b/bin/run-example2.cmd
@@ -30,7 +30,7 @@ if exist "%FWDIR%conf\spark-env.cmd" call "%FWDIR%conf\spark-env.cmd"
rem Test that an argument was given
if not "x%1"=="x" goto arg_given
- echo Usage: run-example ^<example-class^> [^<args^>]
+ echo Usage: bin/run-example ^<example-class^> [^<args^>]
goto exit
:arg_given