Great. thanks a ton for helping out on this Sean.
I somehow messed this up (and was running in loops for last 2 hours )
thanks again
-VG
On Fri, Jul 22, 2016 at 11:28 PM, Sean Owen wrote:
> You mark these provided, which is correct. If the version of Scala
> provided at runtime differs, you'll
Subject: Re: Error in running JavaALSExample example from spark examples
Sean,
I am only using the maven dependencies for spark in my pom file.
I don't have anything else. I guess maven dependency should resolve to the
correct scala version .. isn;t it ? Any ideas.
org.apache.spark
spark-core
You mark these provided, which is correct. If the version of Scala
provided at runtime differs, you'll have a problem.
In fact you can also see you mixed Scala versions in your dependencies
here. MLlib is on 2.10.
On Fri, Jul 22, 2016 at 6:49 PM, VG wrote:
> Sean,
>
> I am only using the maven d
Sean,
I am only using the maven dependencies for spark in my pom file.
I don't have anything else. I guess maven dependency should resolve to the
correct scala version .. isn;t it ? Any ideas.
org.apache.spark
spark-core_2.11
2.0.0-preview
provided
org.apache.spark
spark-sql_2.11
2.0.0-previe
-dev
Looks like you are mismatching the version of Spark you deploy on at
runtime then. Sounds like it was built for Scala 2.10
On Fri, Jul 22, 2016 at 6:43 PM, VG wrote:
> Using 2.0.0-preview using maven
> So all dependencies should be correct I guess
>
>
> org.apache.spark
> spark-core_2.11
>
Hello guys..i know its irrelevant to this topic but i've been looking
desperately for the solution. I am facing en exception
http://apache-spark-user-list.1001560.n3.nabble.com/how-to-resolve-you-must-build-spark-with-hive-exception-td27390.html
plz help me.. I couldn't find any solution..
On Fri
Using 2.0.0-preview using maven
So all dependencies should be correct I guess
org.apache.spark
spark-core_2.11
2.0.0-preview
provided
I see in maven dependencies that this brings in
scala-reflect-2.11.4
scala-compiler-2.11.0
and so on
On Fri, Jul 22, 2016 at 11:04 PM, Aaron Ilovici
wrote:
What version of Spark/Scala are you running?
-Aaron