Skip to content

Commit

Permalink
Merge pull request apache#534 from sslavic/patch-1. Closes apache#534.
Browse files Browse the repository at this point in the history
Fixed wrong path to compute-classpath.cmd

compute-classpath.cmd is in bin, not in sbin directory

Author: Stevo Slavić <[email protected]>

== Merge branch commits ==

commit 23deca32b69e9429b33ad31d35b7e1bfc9459f59
Author: Stevo Slavić <[email protected]>
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
  • Loading branch information
sslavic authored and rxin committed Feb 4, 2014
1 parent 0c05cd3 commit 9209287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run-example2.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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%

Expand Down

0 comments on commit 9209287

Please sign in to comment.