11
README.md
11
README.md
@@ -78,12 +78,19 @@ The default Scala version supported is 2.11. To build for Scala 2.12 version, bu
|
|||||||
mvn clean package -DskipTests -Dscala-2.12
|
mvn clean package -DskipTests -Dscala-2.12
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build with Spark 3.0.0
|
### Build with Spark 3
|
||||||
|
|
||||||
The default Spark version supported is 2.4.4. To build for Spark 3.0.0 version, build using `spark3` profile
|
The default Spark version supported is 2.4.4. To build for different Spark 3 versions, use the corresponding profile
|
||||||
|
|
||||||
```
|
```
|
||||||
|
# Build against Spark 3.2.0 (default build shipped with the public jars)
|
||||||
mvn clean package -DskipTests -Dspark3
|
mvn clean package -DskipTests -Dspark3
|
||||||
|
|
||||||
|
# Build against Spark 3.1.2
|
||||||
|
mvn clean package -DskipTests -Dspark3.1.x
|
||||||
|
|
||||||
|
# Build against Spark 3.0.3
|
||||||
|
mvn clean package -DskipTests -Dspark3.0.x
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build without spark-avro module
|
### Build without spark-avro module
|
||||||
|
|||||||
Reference in New Issue
Block a user