Skip to content

Commit 3dcc2c1

Browse files
committed
Use --tgz parameter of make-distribution
1 parent 41b68ed commit 3dcc2c1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/running-on-mesos.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,8 @@ Or if you are using a custom-compiled version of Spark, you will need to create
8383
the `make-distribution.sh` script included in a Spark source tarball/checkout.
8484

8585
1. Download and build Spark using the instructions [here](index.html)
86-
2. Create a Spark distribution using `make-distribution.sh`.
87-
3. Rename the `dist` directory created from `make-distribution.sh` to `spark-{{site.SPARK_VERSION}}`.
88-
4. Create a `tar` archive: `tar czf spark-{{site.SPARK_VERSION}}.tar.gz spark-{{site.SPARK_VERSION}}`
89-
5. Upload archive to http/s3/hdfs
86+
2. Create a Spark distribution using `make-distribution.sh --tgz`.
87+
3. Upload archive to http/s3/hdfs
9088

9189

9290
## Using a Mesos Master URL

0 commit comments

Comments
 (0)