22
33[ ![ Kotlin Stable] ( https://kotl.in/badges/stable.svg )] ( https://kotlinlang.org/docs/components-stability.html )
44[ ![ JetBrains official project] ( http://jb.gg/badges/official.svg )] ( https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub )
5- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.jetbrains.kotlinx.spark/kotlin-spark-api_3.3.1_2 .13.svg?label=Maven%20Central )] ( https://search.maven.org/search?q=g:"org.jetbrains.kotlinx.spark"%20AND%20a:"kotlin-spark-api_3.3.1_2 .13" )
5+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.jetbrains.kotlinx.spark/kotlin-spark-api_3.3.2_2 .13.svg?label=Maven%20Central )] ( https://search.maven.org/search?q=g:"org.jetbrains.kotlinx.spark"%20AND%20a:"kotlin-spark-api_3.3.2_2 .13" )
66[ ![ Join the chat at https://gitter.im/JetBrains/kotlin-spark-api ] ( https://badges.gitter.im/JetBrains/kotlin-spark-api.svg )] ( https://gitter.im/JetBrains/kotlin-spark-api?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
77
88Your next API to work with [ Apache Spark] ( https://spark.apache.org/ ) .
@@ -38,6 +38,8 @@ We have opened a Spark Project Improvement Proposal: [Kotlin support for Apache
3838
3939| Apache Spark | Scala | Kotlin for Apache Spark |
4040| :------------:| :-----:| :-----------------------------------:|
41+ | 3.3.2 | 2.13 | kotlin-spark-api_3.3.2_2.13: VERSION |
42+ | | 2.12 | kotlin-spark-api_3.3.2_2.12: VERSION |
4143| 3.3.1 | 2.13 | kotlin-spark-api_3.3.1_2.13: VERSION |
4244| | 2.12 | kotlin-spark-api_3.3.1_2.12: VERSION |
4345| 3.3.0 | 2.13 | kotlin-spark-api_3.3.0_2.13: VERSION |
@@ -73,7 +75,7 @@ The Kotlin for Spark artifacts adhere to the following convention:
7375The only exception to this is ` scala-tuples-in-kotlin_[Scala core version]:[Kotlin for Apache Spark API version] ` , which is
7476independent of Spark.
7577
76- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.jetbrains.kotlinx.spark/kotlin-spark-api_3.3.1_2 .13.svg?label=Maven%20Central )] ( https://search.maven.org/search?q=g:"org.jetbrains.kotlinx.spark"%20AND%20a:"kotlin-spark-api_3.3.1_2 .13" )
78+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.jetbrains.kotlinx.spark/kotlin-spark-api_3.3.2_2 .13.svg?label=Maven%20Central )] ( https://search.maven.org/search?q=g:"org.jetbrains.kotlinx.spark"%20AND%20a:"kotlin-spark-api_3.3.2_2 .13" )
7779
7880## How to configure Kotlin for Apache Spark in your project
7981
@@ -84,7 +86,7 @@ Here's an example `pom.xml`:
8486``` xml
8587<dependency >
8688 <groupId >org.jetbrains.kotlinx.spark</groupId >
87- <artifactId >kotlin-spark-api_3.3.1_2 .13</artifactId >
89+ <artifactId >kotlin-spark-api_3.3.2_2 .13</artifactId >
8890 <version >${kotlin-spark-api.version}</version >
8991</dependency >
9092<dependency >
@@ -117,7 +119,7 @@ To it, simply add
117119to the top of your notebook. This will get the latest version of the API, together with the latest version of Spark.
118120To define a certain version of Spark or the API itself, simply add it like this:
119121``` jupyterpython
120- %use spark(spark=3.3.1 , scala=2.13, v=1.2.2 )
122+ %use spark(spark=3.3.2 , scala=2.13, v=1.2.3 )
121123```
122124
123125Inside the notebook a Spark session will be initiated automatically. This can be accessed via the ` spark ` value.
0 commit comments