[MINOR][DOCS] Update hudi-utilities-slim-bundle docs (#5184)
This commit is contained in:
@@ -70,7 +70,7 @@ To build the Javadoc for all Java and Scala classes:
|
|||||||
mvn clean javadoc:aggregate -Pjavadocs
|
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
|
The default Spark version supported is 2.4.4. To build for different Spark versions and Scala 2.12, use the
|
||||||
corresponding profile
|
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`
|
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
|
## Running Tests
|
||||||
|
|
||||||
Unit tests can be run with maven profile `unit-tests`.
|
Unit tests can be run with maven profile `unit-tests`.
|
||||||
|
|||||||
22
packaging/hudi-utilities-slim-bundle/README.md
Normal file
22
packaging/hudi-utilities-slim-bundle/README.md
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
<!--
|
||||||
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
|
this work for additional information regarding copyright ownership.
|
||||||
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
|
(the "License"); you may not use this file except in compliance with
|
||||||
|
the License. You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# 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.
|
||||||
Reference in New Issue
Block a user