Re: Kyro deserialisation error

2014-09-12 Thread ayandas84
Hi, I am also facing the same problem. Has any one found out the solution yet? It just returns a vague set of characters. Please help.. Exception in thread "main" org.apache.spark.SparkException: Job aborted due to stage failure: Exception while deserializing and fetching task: com.esotericsof

Re: Kyro deserialisation error

2014-07-24 Thread Guillaume Pitel
Hi, We've got the same problem here (randomly happens) : Unable to find class: 6 4 ڗ4Ú» 8 &44Úº*Q|T4⛇` j4 Ǥ4ꙴg8 4 ¾4Ú»  4 4Ú» pE4ʽ4ں*WsѴμˁ4ڻ4ʤ4ցbל4ڻ& 4[͝4[ۦ44ڻ!~44

Re: Kyro deserialisation error

2014-07-17 Thread Hao Wang
Hi, all Yes, it's a name of Wikipedia article. I am running WikipediaPageRank example of Spark Bagels. I am wondering whether there is any relation to buffer size of Kyro. The page rank can be successfully finished, sometimes not because this kind of Kyro exception happens too many times, which b

Re: Kyro deserialisation error

2014-07-17 Thread Sean Owen
Not sure if this helps, but it does seem to be part of a name in a Wikipedia article, and Wikipedia is the data set. So something is reading this class name from the data. http://en.wikipedia.org/wiki/Carl_Fridtjof_Rode On Thu, Jul 17, 2014 at 9:40 AM, Tathagata Das wrote: > Seems like there is

Re: Kyro deserialisation error

2014-07-17 Thread Tathagata Das
Seems like there is some sort of stream corruption, causing Kryo read to read a weird class name from the stream (the name "arl Fridtjof Rode" in the exception cannot be a class!). Not sure how to debug this. @Patrick: Any idea? On Wed, Jul 16, 2014 at 10:14 PM, Hao Wang wrote: > I am not sur

Re: Kyro deserialisation error

2014-07-16 Thread Hao Wang
I am not sure. Not every task will fail at this Kyro exception. In most time, the cluster could successfully finish the WikipediaPageRank. How could I debug this exception? Thanks Regards, Wang Hao(王灏) CloudTeam | School of Software Engineering Shanghai Jiao Tong University Address:800 Dongchuan

Re: Kyro deserialisation error

2014-07-16 Thread Tathagata Das
Is the class that is not found in the wikipediapagerank jar? TD On Wed, Jul 16, 2014 at 12:32 AM, Hao Wang wrote: > Thanks for your reply. The SparkContext is configured as below: > > > sparkConf.setAppName("WikipediaPageRank") > > > sparkConf.set("spark.serializer", > "org.apache.spark.

Re: Kyro deserialisation error

2014-07-16 Thread Hao Wang
Thanks for your reply. The SparkContext is configured as below: sparkConf.setAppName("WikipediaPageRank") sparkConf.set("spark.serializer", "org.apache.spark.serializer.KryoSerializer") sparkConf.set("spark.kryo.registrator", classOf[PRKryoRegistrator].getName) val inputFile = args(0

Re: Kyro deserialisation error

2014-07-15 Thread Tathagata Das
Are you using classes from external libraries that have not been added to the sparkContext, using sparkcontext.addJar()? TD On Tue, Jul 15, 2014 at 8:36 PM, Hao Wang wrote: > I am running the WikipediaPageRank in Spark example and share the same > problem with you: > > 4/07/16 11:31:06 DEBUG D

Re: Kyro deserialisation error

2014-07-15 Thread Hao Wang
I am running the WikipediaPageRank in Spark example and share the same problem with you: 4/07/16 11:31:06 DEBUG DAGScheduler: submitStage(Stage 6) 14/07/16 11:31:06 ERROR TaskSetManager: Task 6.0:450 failed 4 times; aborting job 14/07/16 11:31:06 INFO DAGScheduler: Failed to run foreach at Bagel.s