Re: MissingRequirementError with spark

2015-01-16 Thread sarsol
Created JIRA issue https://issues.apache.org/jira/browse/SPARK-5281 -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/MissingRequirementError-with-spark-tp21149p21188.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: MissingRequirementError with spark 1.2

2015-01-15 Thread sarsol
I am also getting the same error after 1.2 upgrade. application is crashing on this line rdd.registerTempTable(temp) -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/MissingRequirementError-with-spark-tp21149p21152.html Sent from the Apache Spark User List

Re: MissingRequirementError with spark

2015-01-15 Thread Pierre B
I found this, which might be useful: https://github.com/deanwampler/spark-workshop/blob/master/project/Build.scala I seems that forking is needed. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/MissingRequirementError-with-spark-tp21149p21153.html Sent

Re: MissingRequirementError with spark

2015-01-15 Thread sarsol
added fork :=true in Scala Build. Commandline sbt is working fine but Eclipse SCALA IDE is still giving same error. This was all working fine untill Spark 1.1. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/MissingRequirementError-with-spark