-
Notifications
You must be signed in to change notification settings - Fork 842
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
Comments
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. |
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: |
@imatiach-msft you may close this issue, if this is the right way. |
@yinrong rc3 is on scala 2.11, not 2.12. This url actually works for me: 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. |
@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. |
@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 |
it looks like these are some of the direct urls: note there are more jars now with some recent refactoring |
@imatiach-msft Thank you very much! I can download the jars now. |
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 Resolver Documentation Pages: |
@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? |
follow README.md and add dependency to build.sbt, it says dependency not found
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
The text was updated successfully, but these errors were encountered: