il.com]
> *Sent:* Sunday, January 18, 2015 3:37 PM
> *To:* user@spark.apache.org
> *Subject:* Re: SparkSQL 1.2.0 sources API error
>
>
>
> I'm getting this also, with Scala 2.11 and Scala 2.10:
>
> 15/01/18 07:34:51 INFO slf4j.Slf4jLogger: Slf4jLogger started
> 15/01
It seems the netty jar works with an incompatible method signature. Can you
check if there different versions of netty jar in your classpath?
From: Walrus theCat [mailto:walrusthe...@gmail.com]
Sent: Sunday, January 18, 2015 3:37 PM
To: user@spark.apache.org
Subject: Re: SparkSQL 1.2.0 sources
I'm getting this also, with Scala 2.11 and Scala 2.10:
15/01/18 07:34:51 INFO slf4j.Slf4jLogger: Slf4jLogger started
15/01/18 07:34:51 INFO Remoting: Starting remoting
15/01/18 07:34:51 ERROR actor.ActorSystemImpl: Uncaught fatal error from
thread [sparkDriver-akka.remote.default-remote-dispatcher
Most of the time a NoSuchMethodError means wrong classpath settings, and
some jar file is overriden by a wrong version. In your case it could be
netty.
On 1/3/15 1:36 PM, Niranda Perera wrote:
Hi all,
I am evaluating the spark sources API released with Spark 1.2.0. But
I'm getting a "ava.lan
Hi all,
I am evaluating the spark sources API released with Spark 1.2.0. But I'm
getting a "ava.lang.NoSuchMethodError:
org.jboss.netty.channel.socket.nio.NioWorkerPool.(Ljava/util/concurrent/Executor;I)V"
error running the program.
Error log:
15/01/03 10:41:30 ERROR ActorSystemImpl: Uncaught fat