Re: Missing dependencies when submitting scala app

2015-12-23 Thread Daniel Valdivia
Hi Jeff, The problem was I was pulling json4s 3.3.0 which seems to have some problem with spark, I switched to 3.2.11 and everything is fine now On Tue, Dec 22, 2015 at 5:36 PM, Jeff Zhang wrote: > It might be jar conflict issue. Spark has dependency org.json4s.jackson, > do you also specify or

Re: Missing dependencies when submitting scala app

2015-12-22 Thread Jeff Zhang
It might be jar conflict issue. Spark has dependency org.json4s.jackson, do you also specify org.json4s.jackson in your sbt dependency but with a different version ? On Wed, Dec 23, 2015 at 6:15 AM, Daniel Valdivia wrote: > Hi, > > I'm trying to figure out how to bundle dependendies with a scala

Missing dependencies when submitting scala app

2015-12-22 Thread Daniel Valdivia
Hi, I'm trying to figure out how to bundle dependendies with a scala application, so far my code was tested successfully on the spark-shell however now that I'm trying to run it as a stand alone application which I'm compilin with sbt is yielding me the error: java.lang.NoSuchMethodError: org.