Skip to content

Commit 32be67a

Browse files
authored
Update README.md
1 parent 2bdb963 commit 32be67a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ Python users may also be interested in PyDeequ, a Python interface for Deequ. Yo
1010

1111
## Requirements and Installation
1212

13-
__Deequ__ depends on Java 8. We provide releases compatible with Apache Spark versions 2.2.x to 3.1.x. The Spark 2.2.x and 2.3.x releases depend on Scala 2.11 and the Spark 2.4.x, 3.0.x, and 3.1.x releases depend on Scala 2.12. Note: Deequ version 2.x only runs with Spark 3.1, and vice versa. If you rely on a previous Spark version, please use a Deequ 1.x version (legacy version is maintained in legacy-spark-3.0 branch).
13+
__Deequ__ depends on Java 8. Deequ version 2.x only runs with Spark 3.1, and vice versa. If you rely on a previous Spark version, please use a Deequ 1.x version (legacy version is maintained in legacy-spark-3.0 branch). We provide legacy releases compatible with Apache Spark versions 2.2.x to 3.0.x. The Spark 2.2.x and 2.3.x releases depend on Scala 2.11 and the Spark 2.4.x, 3.0.x, and 3.1.x releases depend on Scala 2.12.
1414

1515
Available via [maven central](http://mvnrepository.com/artifact/com.amazon.deequ/deequ).
1616

1717
Choose the latest release that matches your Spark version from the [available versions](https://repo1.maven.org/maven2/com/amazon/deequ/deequ/). Add the release as a dependency to your project. For example, for Spark 3.1.x:
18+
1819
__Maven__
1920
```
2021
<dependency>

0 commit comments

Comments
 (0)