Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML-76] Reorganize multiple Spark version support code structure #77

Merged
merged 1 commit into from
Jun 10, 2021
Merged

[ML-76] Reorganize multiple Spark version support code structure #77

merged 1 commit into from
Jun 10, 2021

Conversation

jerrychenhf
Copy link
Contributor

What changes were proposed in this pull request?

  1. Standardize the profile based source code organization as following convention:

project-root
--src
----main -> common code entry
----test -> common test code entry
--spark-3.0.1 -> version specific entry
----main -> version specific code entry
----test -> version specific test code entry
--spark-3.1.1
----main
----test
...

  1. Use build-helper-maven-plugin to add additional version specific source code to build process.
  2. Additionally, as part of this refactor, change maven-scala-plugin (old) to scala-maven-plugin (new)

@github-actions
Copy link

#76

@jerrychenhf jerrychenhf merged commit 913cd54 into oap-project:master Jun 10, 2021
@xwu99 xwu99 linked an issue Jul 1, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reorganize Spark version specific code structure
1 participant