Re: please help with ClassNotFoundException

2015-08-13 Thread 周千昊
ing spark in production? Spark 1.3 is better than spark1.4. > > -- 原始邮件 -- > *发件人:* "周千昊";; > *发送时间:* 2015年8月14日(星期五) 中午11:14 > *收件人:* "Sea"<261810...@qq.com>; "dev@spark.apache.org"< > dev@spark.apache.org>;

Re?? please help with ClassNotFoundException

2015-08-13 Thread Sea
261810...@qq.com>; "dev@spark.apache.org"; : Re: please help with ClassNotFoundException Hi Sea I have updated spark to 1.4.1, however the problem still exists, any idea? Sea <261810...@qq.com>??2015??8??14?? 12:36

Re: please help with ClassNotFoundException

2015-08-13 Thread 周千昊
(星期四) 晚上9:30 > *收件人:* "Sea"<261810...@qq.com>; "dev@spark.apache.org"< > dev@spark.apache.org>; > *主题:* Re: please help with ClassNotFoundException > > Hi sea > Is it the same issue as > https://issues.apache.org/jira/browse/SPARK-8368 > &g

Re?? please help with ClassNotFoundException

2015-08-13 Thread Sea
Yes, I guess so. I see this bug before. -- -- ??: "??";; : 2015??8??13??(??) 9:30 ??: "Sea"<261810...@qq.com>; "dev@spark.apache.org"; : Re: please help with ClassNotFoundException

Re: please help with ClassNotFoundException

2015-08-13 Thread 周千昊
(星期四) 晚上6:04 > *收件人:* "dev"; > *主题:* please help with ClassNotFoundException > > Hi, > I am using spark 1.4 when an issue occurs to me. > I am trying to use the aggregate function: > JavaRdd rdd = some rdd; > HashMap zeroValue = new HashMap(); &

??????please help with ClassNotFoundException

2015-08-13 Thread Sea
Are you using 1.4.0? If yes, use 1.4.1 -- -- ??: "??";; : 2015??8??13??(??) 6:04 ??: "dev"; ????: please help with ClassNotFoundException Hi,I am using spark 1.4 when an issue occurs to me.

please help with ClassNotFoundException

2015-08-13 Thread 周千昊
Hi, I am using spark 1.4 when an issue occurs to me. I am trying to use the aggregate function: JavaRdd rdd = some rdd; HashMap zeroValue = new HashMap(); // add initial key-value pair for zeroValue rdd.aggregate(zeroValue, new Function2,