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

    https://github.com/apache/spark/pull/2014#discussion_r16796104
  
    --- Diff: README.md ---
    @@ -13,16 +13,19 @@ and Spark Streaming.
     ## Online Documentation
     
     You can find the latest Spark documentation, including a programming
    -guide, on the project webpage at 
<http://spark.apache.org/documentation.html>.
    +guide, on the [project web 
page](http://spark.apache.org/documentation.html).
     This README file only contains basic setup instructions.
     
     ## Building Spark
     
    -Spark is built on Scala 2.10. To build Spark and its example programs, run:
    +Spark is built using [Apache Maven](http://maven.apache.org/).
    +To build Spark and its example programs, run:
     
    -    ./sbt/sbt assembly
    +    mvn -DskipTests clean package
    --- End diff --
    
    Per [the related discussion 
here](https://github.com/apache/spark/commit/73b3089b8d2901dab11bb1ef6f46c29625b677fe#commitcomment-7552507),
 I don't think we want to change this. There are definitely two ways on offer 
to build Spark, but I think `sbt` is the default way to go and Maven is 
supported alongside it.
    
    Perhaps we should just clarify this here.


---
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