aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorStevo Slavić <sslavic@gmail.com>2014-02-04 09:47:11 -0800
committerReynold Xin <rxin@apache.org>2014-02-04 09:47:11 -0800
commit92092879c3b8001a456fefc2efc0df16585515a8 (patch)
tree17165343dbe535a76f95ff353d1ba36109ee1a81 /bin
parent0c05cd374dac309b5444980f10f8dcb820c752c2 (diff)
downloadspark-92092879c3b8001a456fefc2efc0df16585515a8.tar.gz
spark-92092879c3b8001a456fefc2efc0df16585515a8.tar.bz2
spark-92092879c3b8001a456fefc2efc0df16585515a8.zip
Merge pull request #534 from sslavic/patch-1. Closes #534.
Fixed wrong path to compute-classpath.cmd compute-classpath.cmd is in bin, not in sbin directory Author: Stevo Slavić <sslavic@gmail.com> == Merge branch commits == commit 23deca32b69e9429b33ad31d35b7e1bfc9459f59 Author: Stevo Slavić <sslavic@gmail.com> Date: Tue Feb 4 15:01:47 2014 +0100 Fixed wrong path to compute-classpath.cmd compute-classpath.cmd is in bin, not in sbin directory
Diffstat (limited to 'bin')
-rw-r--r--bin/run-example2.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/run-example2.cmd b/bin/run-example2.cmd
index 6861334cb0..40abb9af74 100644
--- a/bin/run-example2.cmd
+++ b/bin/run-example2.cmd
@@ -49,7 +49,7 @@ if "x%SPARK_EXAMPLES_JAR%"=="x" (
rem Compute Spark classpath using external script
set DONT_PRINT_CLASSPATH=1
-call "%FWDIR%sbin\compute-classpath.cmd"
+call "%FWDIR%bin\compute-classpath.cmd"
set DONT_PRINT_CLASSPATH=0
set CLASSPATH=%SPARK_EXAMPLES_JAR%;%CLASSPATH%