how to solve this problem?

2014-04-21 Thread gogototo
$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:744) -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/how-to-solve-this-problem-tp4579.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: how to solve this problem?

2014-04-21 Thread Akhil Das
run(Executor.scala:178) > at > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:744) > > > > > -- >

Re: how to solve this problem?

2014-04-22 Thread Ankur Dave
This is a known bug in GraphX, and the fix is in PR #367: https://github.com/apache/spark/pull/367 Applying that PR should solve the problem. Ankur On Mon, Apr 21, 2014 at 8:20 PM, gogototo wrote: > java.util.NoSuchElementException: End of stream >