Re: What joda-time dependency does spark submit use/need?

2015-03-02 Thread Su She
Hi Todd, So I am already specifying joda-time-2.7 (have tried 2.2, 2.3, 2.6, 2.7) in the --jars option. I tried using the joda-time bundle jar ( http://mvnrepository.com/artifact/org.apache.servicemix.bundles/org.apache.servicemix.bundles.joda-time/2.3_1) which comes with joda-convert. I know its

Re: What joda-time dependency does spark submit use/need?

2015-02-27 Thread Todd Nist
You can specify these jars (joda-time-2.7.jar, joda-convert-1.7.jar) either as part of your build and assembly or via the --jars option to spark-submit. HTH. On Fri, Feb 27, 2015 at 2:48 PM, Su She wrote: > Hello Everyone, > > I'm having some issues launching (non-spark) applications via the >

What joda-time dependency does spark submit use/need?

2015-02-27 Thread Su She
Hello Everyone, I'm having some issues launching (non-spark) applications via the spark-submit commands. The common error I am getting is c/p below. I am able to submit a spark streaming/kafka spark application, but can't start a dynamoDB java app. The common error is related to joda-time. 1) I r