Repository: spark
Updated Branches:
  refs/heads/master 30abef154 -> 1eb8389cb


[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 <saru...@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


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1eb8389c
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/1eb8389c
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/1eb8389c

Branch: refs/heads/master
Commit: 1eb8389cb4ad40a405149b16e2719e12367d667a
Parents: 30abef1
Author: Kousuke Saruta <saru...@oss.nttdata.co.jp>
Authored: Fri Oct 3 13:26:30 2014 -0700
Committer: Andrew Or <andrewo...@gmail.com>
Committed: Fri Oct 3 13:26:30 2014 -0700

----------------------------------------------------------------------
 docs/building-spark.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/1eb8389c/docs/building-spark.md
----------------------------------------------------------------------
diff --git a/docs/building-spark.md b/docs/building-spark.md
index 2378092..901c157 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
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to