aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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