morningman opened a new pull request #4146:
URL: https://github.com/apache/incubator-doris/pull/4146
## Proposed changes
This CL mainly changes:
1. Add 2 new FE modules
1. fe-common
save all common classes for other modules, currently only `jmockit`
2. spark-dpp
The Spark DPP application for Spark Load. And I removed all dpp
related classes to this module, including unit tests.
2. Change the `build.sh`
Add a new param `--spark-dpp` to compile the `spark-dpp` alone. And
`--fe` with compile all FE modules.
the output of `spark-dpp` module is
`spark-dpp-1.0.0-jar-with-dependencies.jar`, and it will be installed to
`output/fe/spark-dpp/`.
## Types of changes
- [x] Code refactor
## Checklist
- [x] Compiling and unit tests pass locally with my changes
## Further comments
After this PR merged, the Spark Load feature will NOT working, it need to
wait another PR to modify the way to deploy the new `spark-dpp.jar`.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]