1
0

[HUDI-3195] Fix spark 3 pom (#4554)

- drop 3.0.x profile
- update readme
- update build CI bot.yml
- fix spark 3 bundle name
This commit is contained in:
Raymond Xu
2022-01-10 19:11:22 -08:00
committed by GitHub
parent 67ad4992e1
commit f74cd57320
3 changed files with 4 additions and 36 deletions

View File

@@ -83,14 +83,11 @@ mvn clean package -DskipTests -Dscala-2.12
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)
# Build against Spark 3.2.0 (the default build shipped with the public Spark 3 bundle)
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