I don't have any insight into this bug, but on Spark version 1.0.0 I ran into
the same bug running the 'sort.py' example. On a smaller data set, it worked
fine. On a larger data set I got this error:
Traceback (most recent call last):
File "/home/skane/spark/examples/src
I'm having the same problem with Spark 1.0.0. I got the "
JavaKafkaWordCount.java" example working on my workstation running Spark
locally after doing a build, but when I tried to get the example running on
YARN, I got the same error. I used the "uber jar" that was created during
the build process