Hi,

While connecting to accumulo through spark by making sparkRDD I am getting the following error:
 object not serializable (class: org.apache.accumulo.core.data.Key)

This is due to the 'key' class of accumulo which does not implement serializable interface.How it can be solved and accumulo can be used with spark

Thanks
Madhvi

Reply via email to