You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/02/04 18:47:21 UTC

git commit: Merge pull request #534 from sslavic/patch-1. Closes #534.

Updated Branches:
  refs/heads/master 0c05cd374 -> 92092879c


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ć <ss...@gmail.com>

== Merge branch commits ==

commit 23deca32b69e9429b33ad31d35b7e1bfc9459f59
Author: Stevo Slavić <ss...@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


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/92092879
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/92092879
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/92092879

Branch: refs/heads/master
Commit: 92092879c3b8001a456fefc2efc0df16585515a8
Parents: 0c05cd3
Author: Stevo Slavić <ss...@gmail.com>
Authored: Tue Feb 4 09:47:11 2014 -0800
Committer: Reynold Xin <rx...@apache.org>
Committed: Tue Feb 4 09:47:11 2014 -0800

----------------------------------------------------------------------
 bin/run-example2.cmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/92092879/bin/run-example2.cmd
----------------------------------------------------------------------
diff --git a/bin/run-example2.cmd b/bin/run-example2.cmd
index 6861334..40abb9a 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%