Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

Maven Repository for Spark2.0 beta?

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

Master Collaborator
4 REPLIES 4

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...

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

Master Collaborator

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

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 🙂
Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.