|
2 | 2 |
|
3 | 3 | [](https://kotlinlang.org/docs/components-stability.html) |
4 | 4 | [](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) |
5 | | -[](https://search.maven.org/search?q=g:org.jetbrains.kotlinx.spark%20AND%20v:1.1.0) |
| 5 | +[](https://search.maven.org/search?q=g:"org.jetbrains.kotlinx.spark"%20AND%20a:"kotlin-spark-api_3.3.0_2.13") |
6 | 6 | [](https://gitter.im/JetBrains/kotlin-spark-api?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
7 | 7 |
|
8 | 8 | Your next API to work with [Apache Spark](https://spark.apache.org/). |
@@ -62,9 +62,12 @@ We have opened a Spark Project Improvement Proposal: [Kotlin support for Apache |
62 | 62 |
|
63 | 63 | The list of Kotlin for Apache Spark releases is available [here](https://github.com/JetBrains/kotlin-spark-api/releases/). |
64 | 64 | The Kotlin for Spark artifacts adhere to the following convention: |
65 | | -`[Apache Spark version]_[Scala core version]:[Kotlin for Apache Spark API version]` |
| 65 | +`[name]_[Apache Spark version]_[Scala core version]:[Kotlin for Apache Spark API version]` |
66 | 66 |
|
67 | | -[](https://search.maven.org/search?q=g:"org.jetbrains.kotlinx.spark"%20AND%20a:"kotlin-spark-api-3.2") |
| 67 | +The only exception to this is `scala-tuples-in-kotlin_[Scala core version]:[Kotlin for Apache Spark API version]`, which is |
| 68 | +independent of Spark. |
| 69 | + |
| 70 | +[](https://search.maven.org/search?q=g:"org.jetbrains.kotlinx.spark"%20AND%20a:"kotlin-spark-api_3.3.0_2.13") |
68 | 71 |
|
69 | 72 | ## How to configure Kotlin for Apache Spark in your project |
70 | 73 |
|
@@ -360,7 +363,7 @@ Of the [main](https://github.com/Kotlin/kotlin-spark-api/tree/main) branch, deve |
360 | 363 | [GitHub Packages](https://github.com/orgs/Kotlin/packages?tab=packages&q=kotlin-spark-api). This way, new features can be |
361 | 364 | tested quickly without having to wait for a full release. |
362 | 365 |
|
363 | | -For full releases, the `release` branch is updated. |
| 366 | +For full releases, the [release](https://github.com/Kotlin/kotlin-spark-api/tree/release) branch is updated. |
364 | 367 |
|
365 | 368 | ## Code of Conduct |
366 | 369 | This project and the corresponding community is governed by the [JetBrains Open Source and Community Code of Conduct](https://confluence.jetbrains.com/display/ALL/JetBrains+Open+Source+and+Community+Code+of+Conduct). Please make sure you read it. |
|
0 commit comments