File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ if not "%MESOS_HOME%x"=="x" set EXTRA_ARGS=-Djava.library.path=%MESOS_HOME%\lib\
2222
2323set 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 " %* "
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ rem See the License for the specific language governing permissions and
1717rem limitations under the License.
1818rem
1919
20- set SCALA_VERSION = 2.9.3
20+ set SCALA_VERSION = 2.10
2121
2222rem Figure out where the Spark framework is installed
2323set FWDIR = %~dp0
You can’t perform that action at this time.
0 commit comments