Repository: spark
Updated Branches:
  refs/heads/master f79ebf2a9 -> f304f9c9a


[SPARK-11318] Include hive profile in make-distribution.sh command

Author: tedyu <yuzhih...@gmail.com>

Closes #9281 from tedyu/master.


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

Branch: refs/heads/master
Commit: f304f9c9a1c954b3b5786f90bb13f543637d3192
Parents: f79ebf2
Author: tedyu <yuzhih...@gmail.com>
Authored: Thu Oct 29 15:02:13 2015 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Thu Oct 29 15:02:13 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/spark/blob/f304f9c9/docs/building-spark.md
----------------------------------------------------------------------
diff --git a/docs/building-spark.md b/docs/building-spark.md
index 743643c..4f73adb 100644
--- a/docs/building-spark.md
+++ b/docs/building-spark.md
@@ -38,7 +38,7 @@ To create a Spark distribution like those distributed by the
 to be runnable, use `make-distribution.sh` in the project root directory. It 
can be configured 
 with Maven profile settings and so on like the direct Maven build. Example:
 
-    ./make-distribution.sh --name custom-spark --tgz -Phadoop-2.4 -Pyarn
+    ./make-distribution.sh --name custom-spark --tgz -Psparkr -Phadoop-2.4 
-Phive -Phive-thriftserver -Pyarn
     
 For more information on usage, run `./make-distribution.sh --help`
 


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

Reply via email to