Mmmh, you want it running a spark 1.2 with hadoop 2.5.0-cdh5.3.2 right?

If I'm not wrong you might have to launch it like so:
```
sbt -Dspark.version=1.2.0 -Dhadoop.version=2.5.0-cdh5.3.2
```

Or you can download it from http://spark-notebook.io if you want.

HTH
andy



On Tue, Apr 7, 2015 at 9:06 AM Manish Gupta 8 <[email protected]> wrote:

>  If I try to build spark-notebook with "spark.version"="1.2.0-cdh5.3.0",
> sbt throw these warnings before failing to compile:
>
>
>
> :: org.apache.spark#spark-yarn_2.10;1.2.0-cdh5.3.0: not found
>
> :: org.apache.spark#spark-repl_2.10;1.2.0-cdh5.3.0: not found
>
>
>
> Any suggestions?
>
>
>
> Thanks
>
>
>
> *From:* Manish Gupta 8 [mailto:[email protected]]
> *Sent:* Tuesday, April 07, 2015 12:04 PM
> *To:* andy petrella; [email protected]
> *Subject:* RE: Spark 1.2.0 with Play/Activator
>
>
>
> Thanks for the information Andy. I will go through the versions mentioned
> in Dependencies.scala to identify the compatibility.
>
>
>
> Regards,
>
> Manish
>
>
>
>
>
> *From:* andy petrella [mailto:[email protected]
> <[email protected]>]
> *Sent:* Tuesday, April 07, 2015 11:04 AM
> *To:* Manish Gupta 8; [email protected]
> *Subject:* Re: Spark 1.2.0 with Play/Activator
>
>
>
> Hello Manish,
>
> you can take a look at the spark-notebook build, it's a bit tricky to get
> rid of some clashes but at least you can refer to this build to have ideas.
> LSS, I have stripped out akka from play deps.
>
> ref:
> https://github.com/andypetrella/spark-notebook/blob/master/build.sbt
>
> https://github.com/andypetrella/spark-notebook/blob/master/project/Dependencies.scala
>
> https://github.com/andypetrella/spark-notebook/blob/master/project/Shared.scala
>
> HTH, cheers
> andy
>
>
>
> Le mar 7 avr. 2015 07:26, Manish Gupta 8 <[email protected]> a écrit :
>
>  Hi,
>
>
>
> We are trying to build a Play framework based web application integrated
> with Apache Spark. We are running *Apache Spark 1.2.0 CDH 5.3.0*. But
> struggling with akka version conflicts (errors like
> java.lang.NoSuchMethodError in akka). We have tried Play 2.2.6 as well as
> Activator 1.3.2.
>
>
>
> If anyone has successfully integrated Spark 1.2.0 with Play/Activator,
> please share the version we should use and akka dependencies we should add
> in Build.sbt.
>
>
>
> Thanks,
>
> Manish
>
>

Reply via email to