Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Maven Repository for Spark2.0 beta?

avatar
Rising Star

Hi, 

 

I'm using Spark 2.0.0 beta2. I find the following beta2.jars 

/opt/cloudera/parcels/SPARK2-2.0.0.cloudera.beta2-1.cdh5.7.0.p0.110234/lib/spark2/jars/spark-core_2.11-2.0.0.cloudera.beta2.jar

 

Spark2 beta works well by using interactive shell spark2-shell.

 

I'm going to write some java code. Is there a maven repository for beta projects?

Just like release repository https://repository.cloudera.com/content/repositories/releases/ ?

 

I've tried https://repository.cloudera.com/content/repositories/beta but got 404 error.

 

Thanks.

 

1 ACCEPTED SOLUTION

avatar
Master Collaborator
4 REPLIES 4

avatar
Master Collaborator

It's in the same repo, not a different 'beta' repo. For example, see:

 

https://repository.cloudera.com/artifactory/cloudera-repos/org/apache/spark/spark-core_2.11/2.0.0.cl...

avatar
Rising Star
Oh, I see. The prefix URL is different.,,

avatar
Master Collaborator

No, the repo I'm referencing is the one single Cloudera repo where all artifacts are hosted.

avatar
Rising Star
<repository>
<id>Cloudera Repository</id>
<url>https://repository.cloudera.com/content/repositories/releases/</url>
</repository>

<repository>
<id>Cloudera Beta Repository</id>
<url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
</repository>

I'm using this links 🙂