aboutsummaryrefslogtreecommitdiff
path: root/docs/building-spark.md
diff options
context:
space:
mode:
authortedyu <yuzhihong@gmail.com>2015-10-29 15:02:13 +0100
committerSean Owen <sowen@cloudera.com>2015-10-29 15:02:13 +0100
commitf304f9c9a1c954b3b5786f90bb13f543637d3192 (patch)
tree35f4d91cd91c1113aa2eb64cd3419fec5dbb1bee /docs/building-spark.md
parentf79ebf2a9e99575908dad6f7a14c8cfcffdebd91 (diff)
downloadspark-f304f9c9a1c954b3b5786f90bb13f543637d3192.tar.gz
spark-f304f9c9a1c954b3b5786f90bb13f543637d3192.tar.bz2
spark-f304f9c9a1c954b3b5786f90bb13f543637d3192.zip
[SPARK-11318] Include hive profile in make-distribution.sh command
Author: tedyu <yuzhihong@gmail.com> Closes #9281 from tedyu/master.
Diffstat (limited to 'docs/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 743643cbcc..4f73adb854 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`