Repository: spark Updated Branches: refs/heads/master 8b44bd52f -> bed0b0020
[SPARK-14882][DOCS] Clarify that Spark can be cross-built for other Scala versions ## What changes were proposed in this pull request? Add simple clarification that Spark can be cross-built for other Scala versions. ## How was this patch tested? Automated doc build Author: Sean Owen <[email protected]> Closes #12757 from srowen/SPARK-14882. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/bed0b002 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/bed0b002 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/bed0b002 Branch: refs/heads/master Commit: bed0b002023441f8c4bd132e9d209222943b20f7 Parents: 8b44bd5 Author: Sean Owen <[email protected]> Authored: Thu Apr 28 10:41:15 2016 -0700 Committer: Reynold Xin <[email protected]> Committed: Thu Apr 28 10:41:15 2016 -0700 ---------------------------------------------------------------------- docs/programming-guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/bed0b002/docs/programming-guide.md ---------------------------------------------------------------------- diff --git a/docs/programming-guide.md b/docs/programming-guide.md index f398e38..601dd57 100644 --- a/docs/programming-guide.md +++ b/docs/programming-guide.md @@ -24,7 +24,8 @@ along with if you launch Spark's interactive shell -- either `bin/spark-shell` f <div data-lang="scala" markdown="1"> -Spark {{site.SPARK_VERSION}} uses Scala {{site.SCALA_BINARY_VERSION}}. To write +Spark {{site.SPARK_VERSION}} is built and distributed to work with Scala {{site.SCALA_BINARY_VERSION}} +by default. (Spark can be built to work with other versions of Scala, too.) To write applications in Scala, you will need to use a compatible Scala version (e.g. {{site.SCALA_BINARY_VERSION}}.X). To write a Spark application, you need to add a Maven dependency on Spark. Spark is available through Maven Central at: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
