0
votes

I want to add a release candidate of Apache Spark as a Maven dependency to my project. Is there a repository I can reference?

(https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.11 does not have RCs)

1
I don't think that there is some repository with RC versions. However, it's very simple to build Spark on your own machineT. Gawęda
I know, but it takes about 15 min for each developer on our team. Also, I'd like to use the corporate artifactory we have in place.Jannik Arndt
So maybe Jenkins + custom Artifactory or Nexus?T. Gawęda
Yes, if there really isn't a public repo I'll have to go with that. Thanks!Jannik Arndt
Try looking at the dev list thread: apache-spark-developers-list.1001551.n3.nabble.com/…. Specifically they release to an apache staging repository (repository.apache.org/content/repositories/orgapachespark-1241) which appears to be using nexus.Assaf Mendelson

1 Answers

1
votes