Skip to content
Snippets Groups Projects
Commit 4e510b0b authored by Qiuzhuang Lian's avatar Qiuzhuang Lian
Browse files

Fixed Window spark shell launch script error.

parent 84595ea3
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ for %%d in ("%TOOLS_DIR%\target\scala-%SCALA_VERSION%\spark-tools*assembly*.jar"
rem Compute 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=%CLASSPATH%;%SPARK_TOOLS_JAR%
......
......@@ -18,6 +18,6 @@ rem limitations under the License.
rem
rem Find the path of sbin
set SBIN=%~dp0..\sbin\
set BIN=%~dp0..\bin\
cmd /V /E /C %SBIN%spark-class2.cmd org.apache.spark.repl.Main %*
cmd /V /E /C %BIN%spark-class2.cmd org.apache.spark.repl.Main %*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment