Re: scala.MatchError on stand-alone cluster mode

2016-07-17 Thread Mekal Zheng
. -- Mekal Zheng Sent with Airmail 发件人: Rishabh Bhardwaj 回复: Rishabh Bhardwaj 日期: July 15, 2016 at 17:28:43 至: Saisai Shao 抄送: Mekal Zheng , spark users 主题: Re: scala.MatchError on stand-alone cluster mode Hi Mekal, It may be a scala version mismatch error,kindly check whether you are

Re: scala.MatchError on stand-alone cluster mode

2016-07-15 Thread Saisai Shao
The error stack is throwing from your code: Caused by: scala.MatchError: [Ljava.lang.String;@68d279ec (of class [Ljava.lang.String;) at com.jd.deeplog.LogAggregator$.main(LogAggregator.scala:29) at com.jd.deeplog.LogAggregator.main(LogAggregator.scala) I think you should debug the

scala.MatchError on stand-alone cluster mode

2016-07-15 Thread Mekal Zheng
Hi, I have a Spark Streaming job written in Scala and is running well on local and client mode, but when I submit it on cluster mode, the driver reported an error shown as below. Is there anyone know what is wrong here? pls help me! the Job CODE is after 16/07/14 17:28:21 DEBUG ByteBufUtil: -Dio