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)
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)
As assaf-mendelson wrote, there is
for Release Candidates, specifically
https://repository.apache.org/content/repositories/orgapachespark-1241/
for Spark v2.2.0. And then there also is
https://repository.apache.org/content/repositories/snapshots/
for current snapshots.