Questions tagged [spark-bagel]

Questions about Bagel, a Spark implementation of Google’s Pregel graphing framework.

1 questions
0
votes
0 answers

Can we send java objects as part of message in GraphX pregel API?

​I am sending an java complex java object as message in pregel API in graphX and I am getting following error at runtime java.lang.IllegalArgumentException at com.esotericsoftware.reflectasm.shaded.org.objectweb.asm.ClassReader.(Unknown Source) at…