-
Notifications
You must be signed in to change notification settings - Fork 12
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-26] Build for different spark version by -Pprofile #39
Conversation
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? Then could you also rename pull request title and commit log in the following format?
See also: |
@xwu99 , any further comments on this? |
@bobjiang82 , can we also add support for 3.0.1? OAP will probably have a minor release for 3.0.1 so all components will need to support it. |
@bobjiang82 Could you merge changes from master as I have some updates in #44. And could you pls also add 3.0.1 support as Carson mentioned. I also have added unit test and cluster test in CI. You need to check all profiles passed CI. |
reorganize folders for build by profile update KMeans DAL for profile spark-3.0.2 update KMeans DAL for profile spark-3.1.1; update PCA DAL for spark-3.0.2 and spark-3.1.1. Update oap-mllib-ci.yml Add tests for building by profile Update pom.xml remove duplicated <spark.version>3.0.0</spark.version> as it is set in the default activated profile updated README.md
Rebased and added spark v3.0.1 support. |
a05ff4f
to
c1516ad
Compare
@bobjiang82 Merged! Thanks for your work! |
What changes were proposed in this pull request?
For supporting different Spark versions.
(Please fill in changes proposed in this fix)