RE: ClassNotFoundException while unmarshalling a remote RDD on Spark 1.5.1

2017-09-12 Thread PICARD Damien
ator-5.2.2.Final.jar \ --driver-class-path hibernate-validator-5.2.2.Final.jar \ --conf "spark.executor.extraClassPath=hibernate -validator-5.2.2.Final.jar" \ /home/user/uberjar-job.jar I also have to add some others jars, like jboss-logging to meet the needs of hibernate-validator. De

ClassNotFoundException while unmarshalling a remote RDD on Spark 1.5.1

2017-09-11 Thread PICARD Damien
Hi ! I'm facing a Classloader problem using Spark 1.5.1 I use javax.validation and hibernate validation annotations on some of my beans : @NotBlank @Valid private String attribute1 ; @Valid private String attribute2 ; When Spark tries to unmarshall these beans (after a remote RDD),

[no subject]

2017-09-08 Thread PICARD Damien
Hi ! I'm facing a Classloader problem using Spark 1.5.1 I use javax.validation and hibernate validation annotations on some of my beans : @NotBlank @Valid private String attribute1 ; @Valid private String attribute2 ; When Spark tries to unmarshall these beans (after a remote RDD),