I assume this is a difference between your local driver classpath and
remote worker classpath. It may not be a question of whether the class
is there, but classpath visibility issues. Have you looked into
settings like spark.files.userClassPathFirst?

On Tue, Feb 24, 2015 at 4:43 AM, necro351 . <necro...@gmail.com> wrote:
> Hello,
>
> I am trying to deserialize some data encoded using proto buff from within
> Spark and am getting class-not-found exceptions. I have narrowed the program
> down to something very simple that shows the problem exactly (see 'The
> Program' below) and hopefully someone can tell me the easy fix :)
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to