Have you add your class to "spark.kryo.classesToRegister"? You also need to make sure your jar is in ""hive.aux.jars.path".
Thanks, Jimmy On Mon, Nov 16, 2015 at 1:44 AM, Daniel Haviv < [email protected]> wrote: > Hi, > We have a custom SerDe we would like to use with Hive on Spark but I'm not > sure how to. > The error messages are pretty clear about the fact that it can't find my > SerDE's class: > > Caused by: org.apache.hive.com.esotericsoftware.kryo.KryoException: Unable to > find class: com.mycompany.hive.WhaleAvroGenericInputFormat > > > > > Thank you. > > Daniel > >
