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

not found: mmlspark_2.12-1.0.0-rc3.pom #1119

Closed
yinrong opened this issue Jul 13, 2021 · 11 comments
Closed

not found: mmlspark_2.12-1.0.0-rc3.pom #1119

yinrong opened this issue Jul 13, 2021 · 11 comments

Comments

@yinrong
Copy link

yinrong commented Jul 13, 2021

follow README.md and add dependency to build.sbt, it says dependency not found

image

url in the image:
https://mmlspark.azureedge.net/maven/com/microsoft/ml/spark/mmlspark_2.12/1.0.0-rc3/mmlspark_2.12-1.0.0-rc3.pom

@welcome
Copy link

welcome bot commented Jul 13, 2021

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.

@yinrong
Copy link
Author

yinrong commented Jul 13, 2021

I can not list files by https://mmlspark.azureedge.net/maven/com/microsoft/ml/spark/

Latest build on GIT homepage is not found.

However,I found a version in closed issue which downloads successfully:
1.0.0-rc3-59-bf337941-SNAPSHOT

@yinrong
Copy link
Author

yinrong commented Jul 13, 2021

@imatiach-msft you may close this issue, if this is the right way.

@imatiach-msft
Copy link
Contributor

@yinrong rc3 is on scala 2.11, not 2.12. This url actually works for me:
https://mmlspark.azureedge.net/maven/com/microsoft/ml/spark/mmlspark_2.11/1.0.0-rc3/mmlspark_2.11-1.0.0-rc3.pom

Note spark 3.0+ and scala 2.12 support is on latest master now (and for all builds on master), but rc3 release was still on older scala/spark versions.

@pfung
Copy link

pfung commented Jul 14, 2021

@imatiach-msft Hello, I want to get the latest build with your new feature #1066 but I don't know where the snapshot jar is. I've tried to download from https://mmlspark.azureedge.net/maven/com/microsoft/ml/spark/mmlspark_2.12/1.0.0-rc3-147-84d8d246-SNAPSHOT/mmlspark_2.12-1.0.0-rc3-147-84d8d246-SNAPSHOT.jar but it doesn't exist.

@imatiach-msft
Copy link
Contributor

@pfung I hope this issue might help to download the jar:
#818

mvn dependency:get -DremoteRepositories="https://mmlspark.azureedge.net/maven" -Dartifact="com.microsoft.ml.spark:mmlspark_2.11:1.0.0-rc1" -Ddest=.

@imatiach-msft
Copy link
Contributor

@pfung this worked for me:

mvn dependency:get -DremoteRepositories="https://mmlspark.azureedge.net/maven" -Dartifact="com.microsoft.ml.spark:mmlspark:1.0.0-rc3-147-84d8d246-SNAPSHOT" -Ddest=.

it looks like the _2.<11 or 12> was dropped recently

@pfung
Copy link

pfung commented Jul 14, 2021

@pfung this worked for me:

mvn dependency:get -DremoteRepositories="https://mmlspark.azureedge.net/maven" -Dartifact="com.microsoft.ml.spark:mmlspark:1.0.0-rc3-147-84d8d246-SNAPSHOT" -Ddest=.

it looks like the _2.<11 or 12> was dropped recently

@imatiach-msft Thank you very much! I can download the jars now.

@mhamilton723
Copy link
Collaborator

Hey @pfung and @yinrong thanks for the patience. After our refactor splitting the library into sub-components recently we had to drop the _2.12 prefix.

Also since 1.0.0-rc3 we bumped to 2.12 from 2.11 so the maven artifacts before the refactor but after the version bump will have the 2.12 postfix.

The latest master coordinates are:

MMLSpark Build and Release Information
Maven Coordinates
com.microsoft.ml.spark:mmlspark:1.0.0-rc3-148-87ec5f74-SNAPSHOT

Maven Resolver
https://mmlspark.azureedge.net/maven

Documentation Pages:
Scala Documentation: https://mmlspark.blob.core.windows.net/docs/1.0.0-rc3-148-87ec5f74-SNAPSHOT/scala/index.html
Python Documentation : https://mmlspark.blob.core.windows.net/docs/1.0.0-rc3-148-87ec5f74-SNAPSHOT/pyspark/index.html

@yinrong
Copy link
Author

yinrong commented Sep 8, 2021

@mhamilton723 I build my project several times a day, where update mmlspark-snapshot dependency costs most of the time. Can you provide a non-snapshot tag?
@imatiach-msft

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

No branches or pull requests

4 participants