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

Fix RSparkling in case the jars are being fetched from maven #4604

Closed
exalate-issue-sync bot opened this issue May 22, 2023 · 6 comments
Closed

Fix RSparkling in case the jars are being fetched from maven #4604

exalate-issue-sync bot opened this issue May 22, 2023 · 6 comments
Assignees

Comments

@exalate-issue-sync
Copy link

No description provided.

@exalate-issue-sync
Copy link
Author

Jakub Hava commented: Actually this is a more complex issue in Spark -> https://issues.apache.org/jira/browse/SPARK-24287

I'm trying to see of we are able to resolve this for this particular case - RSparkling, however usage of maven artifact ai.h2o:sparkling-water-package_2.11 will remain broken until this is fixed

@exalate-issue-sync
Copy link
Author

Jakub Hava commented: Found the core issue. The issue is that instead of jar, javadoc is downloaded.

It is caused transitively by sparkling-water-core_2.11 -> h2o-algos -> com.github.fommil.netlib-core where you actually see http://central.maven.org/maven2/com/github/fommil/netlib/core/1.1.2/core-1.1.2.pom the dependency on javadoc enforced via the classifier.

Trying to see if I can exclude this on the sparkling_water_package package level

@exalate-issue-sync
Copy link
Author

Jakub Hava commented: This will be fixed on H2O side by [PUBDEV-6321]

@exalate-issue-sync
Copy link
Author

Jakub Hava commented: Will keep this jira open just as a wrapper on Sparkling Water side even though no code change is required in Sparkling Water

@DinukaH2O
Copy link

JIRA Issue Migration Info

Jira Issue: SW-1152
Assignee: Jakub Hava
Reporter: Jakub Hava
State: Resolved
Fix Version: 2.1.50
Attachments: N/A
Development PRs: N/A

@hasithjp
Copy link
Member

JIRA Issue Migration Info Cont'd

Jira Issue Created Date: 2019-02-27T05:21:10.440-0800

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants