nsivabalan opened a new pull request #2625:
URL: https://github.com/apache/hudi/pull/2625
## What is the purpose of the pull request
I tried to use spark3 w/ existing bundle, but MOR failed as per the attached
jira.
This is what I tried:
```
mvn clean package -DskipTests -Dscala-2.12 -Dspark3
```
With this command, I didn't see spark3 bundles in
packaging/hudi-spark-bundle/target/
```
ls packaging/hudi-spark-bundle/target/
.
hudi-spark-bundle_2.12-0.8.0-SNAPSHOT-sources.jar
hudi-spark-bundle_2.12-0.8.0-SNAPSHOT.jar
.
```
And I tried QuickStart which failed for MOR as as per jira attached.
So, adding a new bundle altogether for spark3.
```
ls packaging/hudi-spark3-bundle/target/
.
hudi-spark3-bundle_2.12-0.8.0-SNAPSHOT-sources.jar
hudi-spark3-bundle_2.12-0.8.0-SNAPSHOT.jar
.
```
## Brief change log
- Added a new spark bundle for spark3.
## Verify this pull request
- Ran quick start utils for MOR table and read succeeded
## Committer checklist
- [ ] Has a corresponding JIRA in PR title & commit
- [ ] Commit message is descriptive of the change
- [ ] CI is green
- [ ] Necessary doc changes done or have another open PR
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]