Skip to content

Commit 955cf5f

Browse files
Martin Tapptdas
authored andcommitted
Corrected windows scripts to match their shell counterparts.
Applied from incubator-spark:scala-2.10 Author: Martin Tapp <[email protected]> Closes #239 from doctapp/scala-2.10 and squashes the following commits: 4b6a983 [Martin Tapp] Corrected windows scripts to match their shell counterparts.
1 parent 7ac944f commit 955cf5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sbt/sbt.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ if not "%MESOS_HOME%x"=="x" set EXTRA_ARGS=-Djava.library.path=%MESOS_HOME%\lib\
2222

2323
set SPARK_HOME=%~dp0..
2424

25-
java -Xmx1200M -XX:MaxPermSize=200m -XX:ReservedCodeCacheSize=256m %EXTRA_ARGS% -jar %SPARK_HOME%\sbt\sbt-launch-0.11.3-2.jar "%*"
25+
java -Xmx1200M -XX:MaxPermSize=350m -XX:ReservedCodeCacheSize=256m %EXTRA_ARGS% -jar %SPARK_HOME%\sbt\sbt-launch-0.11.3-2.jar "%*"

spark-class2.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rem See the License for the specific language governing permissions and
1717
rem limitations under the License.
1818
rem
1919

20-
set SCALA_VERSION=2.9.3
20+
set SCALA_VERSION=2.10
2121

2222
rem Figure out where the Spark framework is installed
2323
set FWDIR=%~dp0

0 commit comments

Comments
 (0)