Skip to content
Snippets Groups Projects
Commit aa50d5b9 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Merge pull request #219 from rnpandya/dev

Add spark-shell.cmd
parents 4d3339a3 36349a2f
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