Re: Strange ClassNotFound exeption

2015-05-24 Thread Ted Yu
Can you pastebin the class path ? Thanks On May 24, 2015, at 5:02 AM, boci boci.b...@gmail.com wrote: Yeah, I have same jar with same result, I run in docker container and I using same docker container with my another project... the only difference is the postgresql jdbc driver and the

Re: Strange ClassNotFound exeption

2015-05-24 Thread boci
Yeah, I have same jar with same result, I run in docker container and I using same docker container with my another project... the only difference is the postgresql jdbc driver and the custom RDD... no additional dependencies (both single jar generated with same assembly configuration with same

Strange ClassNotFound exeption

2015-05-23 Thread boci
Hi guys! I have a small spark application. It's query some data from postgres, enrich it and write to elasticsearch. When I deployed into spark container I got a very fustrating error: https://gist.github.com/b0c1/66527e00bada1e4c0dc3 Spark version: 1.3.1 Hadoop version: 2.6.0 Additional info:

Re: Strange ClassNotFound exeption

2015-05-23 Thread Ted Yu
In my local maven repo, I found: $ jar tvf /Users/tyu/.m2/repository//org/spark-project/akka/akka-actor_2.10/2.3.4-spark/akka-actor_2.10-2.3.4-spark.jar | grep SelectionPath 521 Mon Sep 29 12:05:36 PDT 2014 akka/actor/SelectionPathElement.class Is the above jar in your classpath ? On Sat,