Skip to content
Snippets Groups Projects
Commit bed0b002 authored by Sean Owen's avatar Sean Owen Committed by Reynold Xin
Browse files

[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 <sowen@cloudera.com>

Closes #12757 from srowen/SPARK-14882.
parent 8b44bd52
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment