From 92092879c3b8001a456fefc2efc0df16585515a8 Mon Sep 17 00:00:00 2001 From: Stevo Slavić Date: Tue, 4 Feb 2014 09:47:11 -0800 Subject: Merge pull request #534 from sslavic/patch-1. Closes #534. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed wrong path to compute-classpath.cmd compute-classpath.cmd is in bin, not in sbin directory Author: Stevo Slavić == Merge branch commits == commit 23deca32b69e9429b33ad31d35b7e1bfc9459f59 Author: Stevo Slavić 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 --- bin/run-example2.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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% -- cgit v1.2.3