aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKousuke Saruta <sarutak@oss.nttdata.co.jp>2014-10-03 13:26:30 -0700
committerAndrew Or <andrewor14@gmail.com>2014-10-03 13:26:30 -0700
commit1eb8389cb4ad40a405149b16e2719e12367d667a (patch)
tree969f3445c3dbee1957b776d3c6796ca23deb2365
parent30abef154768e5c4c6062f3341933dbda990f6cc (diff)
downloadspark-1eb8389cb4ad40a405149b16e2719e12367d667a.tar.gz
spark-1eb8389cb4ad40a405149b16e2719e12367d667a.tar.bz2
spark-1eb8389cb4ad40a405149b16e2719e12367d667a.zip
[SPARK-3763] The example of building with sbt should be "sbt assembly" 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 <sarutak@oss.nttdata.co.jp> Closes #2627 from sarutak/SPARK-3763 and squashes the following commits: fadb990 [Kousuke Saruta] Modified the example to build with sbt in building-spark.md
-rw-r--r--docs/building-spark.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/building-spark.md b/docs/building-spark.md
index 2378092d4a..901c157162 100644
--- a/docs/building-spark.md
+++ b/docs/building-spark.md
@@ -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