Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Get "Push" Access to Apache Git Repository

Preparing the Code for a Release

...

Code Block
languagebash
$ git clone https://git-wip-us.apache.org/repos/asf/incubator-spark.git -b branch-0.89
$ cd incubator-spark
$ sbt/sbt assembly
$ export MAVEN_OPTS="-Xmx3g -XX:MaxPermSize=1g -XX:ReservedCodeCacheSize=1g"
$ mvn test

...