Skip to content

Commit

Permalink
[SPARK-3763] The example of building with sbt should be "sbt assembly…
Browse files Browse the repository at this point in the history
…" instead of "sbt compile"

In building-spark.md, there are some examples for making assembled package with maven but the example for building with sbt is only about for compiling.

Author: Kousuke Saruta <[email protected]>

Closes apache#2627 from sarutak/SPARK-3763 and squashes the following commits:

fadb990 [Kousuke Saruta] Modified the example to build with sbt in building-spark.md
  • Loading branch information
sarutak authored and andrewor14 committed Oct 3, 2014
1 parent 30abef1 commit 1eb8389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building-spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ compilation. More advanced developers may wish to use SBT.
The SBT build is derived from the Maven POM files, and so the same Maven profiles and variables
can be set to control the SBT build. For example:

sbt/sbt -Pyarn -Phadoop-2.3 compile
sbt/sbt -Pyarn -Phadoop-2.3 assembly

# Speeding up Compilation with Zinc

Expand Down

0 comments on commit 1eb8389

Please sign in to comment.