Skip to content
Snippets Groups Projects
Commit 36349a2f authored by Ravi Pandya's avatar Ravi Pandya
Browse files

Add spark-shell.cmd

parent afd8fc0c
No related branches found
No related tags found
No related merge requests found
@echo off
cmd /V /E /C call %~dp0run2.cmd %*
\ No newline at end of file
cmd /V /E /C %~dp0run2.cmd %*
@echo off
set FWDIR=%~dp0
set SPARK_LAUNCH_WITH_SCALA=1
cmd /V /E /C %FWDIR%run2.cmd 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