Same CLI works using local Spark master, but fails using remote master for a cluster due to a missing class def for protobuf used in hbase. We are using the binary dist 0.12.1. Is this known? Is there a work around?
We are now trying a source build in hope the class will be put in the assembly passed to Spark and the reasoning is that the executors don’t contain hbase classes but when you run a local executor it does, due to some local classpath. If the source built assembly does not have these classes, we will have the same problem. Namely how to get protobuf to the executors. Has anyone seen this?
