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

Download newest version jar #818

Closed
ce39906 opened this issue Mar 9, 2020 · 13 comments
Closed

Download newest version jar #818

ce39906 opened this issue Mar 9, 2020 · 13 comments

Comments

@ce39906
Copy link

ce39906 commented Mar 9, 2020

Is your feature request related to a problem? Please describe.
Our spark cluster can only connect to the internal network, so i want to download the newest jar and upload it to our server.
Describe the solution you'd like
get the the com.microsoft.ml.spark:mmlspark_2.11:1.0.0-rc1 jar

@welcome
Copy link

welcome bot commented Mar 9, 2020

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

@imatiach-msft
Copy link
Contributor

@ce39906 you may be able to use the following command to get the jar:

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

hope this helps!

@ce39906
Copy link
Author

ce39906 commented Mar 9, 2020

@ce39906 you may be able to use the following command to get the jar:

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

hope this helps!
Thanks for your reply, I got an error like this
image

@ce39906
Copy link
Author

ce39906 commented Mar 11, 2020

https://mmlspark.azureedge.net/maven

@imatiach-msft ,This address seems to have expired
image

@imatiach-msft
Copy link
Contributor

@ce39906 it's definitely not expired, you just can't view it in the browser like that. I'm not sure why you are getting the error above though.

@imatiach-msft
Copy link
Contributor

interesting, in the error I see jar between mmlspark_2.11 and 1.0.0-rc1, I wonder if the path is wrong - can you paste the command you ran too (it should just be the one I sent?)

com.microsoft.ml.spark:mmlspark_2.11:1.0.0-rc1

@ce39906
Copy link
Author

ce39906 commented Mar 11, 2020

interesting, in the error I see jar between mmlspark_2.11 and 1.0.0-rc1, I wonder if the path is wrong - can you paste the command you ran too (it should just be the one I sent?)

com.microsoft.ml.spark:mmlspark_2.11:1.0.0-rc1

image

@imatiach-msft
Copy link
Contributor

hmm worked fine for me:

image

@imatiach-msft
Copy link
Contributor

it looks like it copied it from .m2 folder that time though, let me try with that file removed

@imatiach-msft
Copy link
Contributor

image

@imatiach-msft
Copy link
Contributor

@ce39906 can you try those two links?

@ce39906
Copy link
Author

ce39906 commented Mar 16, 2020

@ce39906 can you try those two links?

Thanks a lot, those two links worked!

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

2 participants