Repository: spark
Updated Branches:
  refs/heads/master 02c2963f8 -> bfcf74260


[SPARK-24418][FOLLOWUP][DOC] Update docs to show Scala 2.11.12

## What changes were proposed in this pull request?

SPARK-24418 upgrades Scala to 2.11.12. This PR updates Scala version in docs.

- 
https://spark.apache.org/docs/latest/quick-start.html#self-contained-applications
 (screenshot)
![screen1](https://user-images.githubusercontent.com/9700541/45590509-9c5f0400-b8ee-11e8-9293-e48d297db894.png)

- 
https://spark.apache.org/docs/latest/rdd-programming-guide.html#working-with-key-value-pairs
 (Scala, Java)
(These are hyperlink updates)

- 
https://spark.apache.org/docs/latest/streaming-flume-integration.html#configuring-flume-1
 (screenshot)
![screen2](https://user-images.githubusercontent.com/9700541/45590511-a123b800-b8ee-11e8-97a5-b7f2288229c2.png)

## How was this patch tested?

Manual.
```bash
$ cd docs
$ SKIP_API=1 jekyll build
```

Closes #22431 from dongjoon-hyun/SPARK-24418.

Authored-by: Dongjoon Hyun <dongj...@apache.org>
Signed-off-by: DB Tsai <d_t...@apple.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/bfcf7426
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/bfcf7426
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/bfcf7426

Branch: refs/heads/master
Commit: bfcf7426057a964b3cee90089aab6c003addc4fb
Parents: 02c2963
Author: Dongjoon Hyun <dongj...@apache.org>
Authored: Sun Sep 16 04:14:19 2018 +0000
Committer: DB Tsai <d_t...@apple.com>
Committed: Sun Sep 16 04:14:19 2018 +0000

----------------------------------------------------------------------
 docs/_config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/bfcf7426/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index 75e54c6..dfc1a73 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -17,7 +17,7 @@ include:
 SPARK_VERSION: 2.5.0-SNAPSHOT
 SPARK_VERSION_SHORT: 2.5.0
 SCALA_BINARY_VERSION: "2.11"
-SCALA_VERSION: "2.11.8"
+SCALA_VERSION: "2.11.12"
 MESOS_VERSION: 1.0.0
 SPARK_ISSUE_TRACKER_URL: https://issues.apache.org/jira/browse/SPARK
 SPARK_GITHUB_URL: https://github.com/apache/spark


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to