[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user