Re: spark-submit results in NoClassDefFoundError

2014-10-29 Thread Tobias Pfeiffer
Hi again, On Thu, Oct 30, 2014 at 11:50 AM, Tobias Pfeiffer wrote: > > Spark assembly has been built with Hive, including Datanucleus jars on > classpath > Exception in thread "main" java.lang.NoClassDefFoundError: > com/typesafe/scalalogging/slf4j/Logger > It turned out scalalogging was not inc

spark-submit results in NoClassDefFoundError

2014-10-29 Thread Tobias Pfeiffer
Hi, I am trying to get my Spark application to run on YARN and by now I have managed to build a fat jar as described on < http://markmail.org/message/c6no2nyaqjdujnkq> (which is the only really usable manual on how to get such a jar file). My code runs fine using "sbt test" and "sbt run", but whe