Github user pwendell commented on a diff in the pull request:
https://github.com/apache/spark/pull/443#discussion_r11781210
--- Diff: README.md ---
@@ -10,20 +10,35 @@ guide, on the project webpage at
<http://spark.apache.org/documentation.html>.
This README file only contains basic setup instructions.
-## Building
+## Building Spark
-Spark requires Scala 2.10. The project is built using Simple Build Tool
(SBT),
-which can be obtained [here](http://www.scala-sbt.org). If SBT is
installed we
-will use the system version of sbt otherwise we will attempt to download it
-automatically. To build Spark and its example programs, run:
+Spark requires Scala 2.10. The project is built using Simple Build Tool
(SBT).
--- End diff --
I think we now deal with Scala internally and don't require it's installed
by the user at any point. So maybe we should say "Spark is built on Scala 2.10"
---
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.
---