1
0

[MINOR][DOCS] Update hudi-utilities-slim-bundle docs (#5184)

This commit is contained in:
Y Ethan Guo
2022-03-30 21:48:54 -07:00
committed by GitHub
parent 2dbb273d26
commit f6ff95f97c
2 changed files with 23 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ To build the Javadoc for all Java and Scala classes:
mvn clean javadoc:aggregate -Pjavadocs
```
### Build with Different Spark versions
### Build with different Spark versions
The default Spark version supported is 2.4.4. To build for different Spark versions and Scala 2.12, use the
corresponding profile
@@ -101,12 +101,6 @@ mvn clean package -DskipTests -Pspark2.4,scala-2.12
Starting from versions 0.11, Hudi no longer requires `spark-avro` to be specified using `--packages`
### Usage of hudi-utilities-slim-bundle
Starting from versions 0.11, Hudi provides hudi-utilities-slim-bundle which excludes hudi-spark-datasource modules.
This new bundle is intended to be used with Hudi Spark bundle together, if using hudi-utilities-bundle solely
introduces problems for a specific Spark version.
## Running Tests
Unit tests can be run with maven profile `unit-tests`.