Skip to content
Snippets Groups Projects
Commit 1fd33815 authored by Sean Owen's avatar Sean Owen
Browse files

[SPARK-4556] [BUILD] binary distribution assembly can't run in local mode

Add note on building a runnable distribution with make-distribution.sh

Author: Sean Owen <sowen@cloudera.com>

Closes #6186 from srowen/SPARK-4556 and squashes the following commits:

4002966 [Sean Owen] Add pointer to --help flag
9fa7883 [Sean Owen] Add note on building a runnable distribution with make-distribution.sh
parent d41ae434
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,16 @@ and in `project/SparkBuild.scala` add:
to the `sharedSettings` val. See also [this PR](https://github.com/apache/spark/pull/2883/files) if you are unsure of where to add these lines.
# Building a Runnable Distribution
To create a Spark distribution like those distributed by the
[Spark Downloads](http://spark.apache.org/downloads.html) page, and that is laid out so as
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
For more information on usage, run `./make-distribution.sh --help`
# Setting up Maven's Memory Usage
......
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