Skip to content
Snippets Groups Projects
Commit f304f9c9 authored by tedyu's avatar tedyu Committed by Sean Owen
Browse files

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

Author: tedyu <yuzhihong@gmail.com>

Closes #9281 from tedyu/master.
parent f79ebf2a
No related branches found
No related tags found
No related merge requests found
......@@ -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`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment