aboutsummaryrefslogtreecommitdiff
path: root/bin/run-example
diff options
context:
space:
mode:
authorPrashant Sharma <prashant.s@imaginea.com>2014-01-03 15:12:09 +0530
committerPrashant Sharma <prashant.s@imaginea.com>2014-01-03 15:12:29 +0530
commit9ae382c363202eac8ef0b8e0fe1a7eab3de545b1 (patch)
tree4f8c448dbd71e746b217c10a509c86826f72a65d /bin/run-example
parent74ba97fcf75ae61833295a896dcdf775036ae1d8 (diff)
downloadspark-9ae382c363202eac8ef0b8e0fe1a7eab3de545b1.tar.gz
spark-9ae382c363202eac8ef0b8e0fe1a7eab3de545b1.tar.bz2
spark-9ae382c363202eac8ef0b8e0fe1a7eab3de545b1.zip
sbin/compute-classpath* bin/compute-classpath*
Diffstat (limited to 'bin/run-example')
-rwxr-xr-xbin/run-example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/run-example b/bin/run-example
index f2699c38a9..6c5d4a6a8f 100755
--- a/bin/run-example
+++ b/bin/run-example
@@ -61,7 +61,7 @@ fi
# Since the examples JAR ideally shouldn't include spark-core (that dependency should be
# "provided"), also add our standard Spark classpath, built using compute-classpath.sh.
-CLASSPATH=`$FWDIR/sbin/compute-classpath.sh`
+CLASSPATH=`$FWDIR/bin/compute-classpath.sh`
CLASSPATH="$SPARK_EXAMPLES_JAR:$CLASSPATH"
if $cygwin; then