-
Notifications
You must be signed in to change notification settings - Fork 278
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
configure new plugin: ml-commons #1701
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1701 +/- ##
=========================================
Coverage 94.76% 94.76%
Complexity 14 14
=========================================
Files 168 168
Lines 3512 3512
Branches 26 26
=========================================
Hits 3328 3328
Misses 181 181
Partials 3 3 Continue to review full report at Codecov.
|
check (manifests/1.3.0/opensearch-1.3.0.yml) failed
|
Hi @opensearch-project/k-nn , can someone take a look at the above error? |
Hi @ylwu-amzn can you rebase with main? The issue should be fixed now. See #1704 |
Thanks @gaiksaya , already rebased, waiting for check workflow |
https://github.com/opensearch-project/opensearch-build/runs/5414747375?check_suite_focus=true failed
|
More details on onboarding doc here:
|
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
After removing k-NN from
And I see there is maven folder generated under |
Run
Install built |
Hi @dblock , do we need to add build script for ml here: https://github.com/opensearch-project/opensearch-build/tree/main/scripts/components? |
This is the script finder logic https://github.com/opensearch-project/opensearch-build/blob/main/src/paths/script_finder.py#L23 Since it is not added under dir above and also no repo level build script, it will use the default one https://github.com/opensearch-project/opensearch-build/blob/main/scripts/default/opensearch/build.sh As long as @ylwu-amzn is fine with the default script, there shall be no concern. |
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
@peterzhuamazon helped explained how maven publishing works and I have published a PR opensearch-project/ml-commons#165 to add Tested locally
And I also ran |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A bit concerned about the naming.
The repo is ml-commons
, then there is name opensearch-ml-plugin
, and this PR opensearch-project/ml-commons#165 suggest the maven name being opensearch-ml-client
.
Can we have a consistent naming convention here?
Thanks.
Signed-off-by: Yaliang Wu ylwu@amazon.com
Description
Configure new plugin: ml-commons.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.