Re: Running Spark application from command line

2015-01-13 Thread Arun Lists
I had tried that earlier. I tried it again and I get a different set of error messages. Here is my command: spark-submit \ --class com.dtex.analysis.transform.GenUserSummaryView --jars /Applications/spark-1.2.0-bin-hadoop2.4/lib/datanucleus-core-3.2.10.jar,/Applications/spark-1.2.0-bin-hadoop2.4/

Re: Running Spark application from command line

2015-01-13 Thread Arun Lists
Yes, I am running with Scala 2.11. Here is what I see when I do "scala -version" > scala -version Scala code runner version 2.11.4 -- Copyright 2002-2013, LAMP/EPFL On Tue, Jan 13, 2015 at 2:30 AM, Sean Owen wrote: > It sounds like possibly a Scala version mismatch? are you sure you're > runni

Running Spark application from command line

2015-01-12 Thread Arun Lists
I have a Spark application that was assembled using sbt 0.13.7, Scala 2.11, and Spark 1.2.0. In build.sbt, I am running on Mac OSX Yosemite. I use "provided" for the Spark dependencies. I can run the application fine within sbt. I run into problems when I try to run it from the command line. Here