Github user busbey commented on a diff in the pull request:

    https://github.com/apache/spark/pull/6186#discussion_r30410460
  
    --- Diff: docs/building-spark.md ---
    @@ -34,6 +34,14 @@ 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
    --- End diff --
    
     add a closing "for more information on usage run `./make-distribution.sh 
--help`"


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to