Skip to content

Commit 7f5d986

Browse files
authored
removed mentioning of spark version 2.4.5 (#6)
1 parent c94b70d commit 7f5d986

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Currently, there are no kotlin-spark-api artifacts in maven central, but you can
2323

2424
There is support for `Maven`, `Gradle`, `SBT`, and `leinengen` on JitPack.
2525

26-
This project does not force you to use any specific version of Spark, but it has only been tested it with spark `3.0.0-preview2`. We believe it can work with Spark `2.4.5` but we cannot guarantee that.
26+
This project does not force you to use any specific version of Spark, but it has only been tested it with spark `3.0.0-preview2`.
2727

2828
So if you're using Maven you'll have to add the following into your `pom.xml`:
2929

Diff for: docs/quick-start-guide.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Prerequisites:
88
- You need to have Java installed and have the JAVA_HOME environment variable pointing to the Java installation.
99
- You need to have Apache Spark installed and have SPARK_HOME environment variable pointing to the Spark installation.
1010
We recommend using Apache Spark 3.0.0-preview2 version. You can download it from the [Spark official website](https://spark.apache.org/downloads.html).
11-
12-
Note: You can use Apache Spark 2.4.5, but we haven't tested Kotlin Spark API with it.
11+
1312

1413
## Self-contained application
1514

0 commit comments

Comments
 (0)