Re: [akka-user] Spray client reports Exception: akka.actor.ActorSystem.dispatcher()Lscala/concurrent/ExecutionContext in Spark application

2014-10-28 Thread Jianshi Huang
Thanks Endre, I'll forward your answers to spark user mailing list. Jianshi On Tuesday, October 28, 2014 8:02:38 PM UTC+8, Akka Team wrote: > > Hi, > > On Tue, Oct 28, 2014 at 11:03 AM, Jianshi Huang > wrote: > >> Hi, >> >> I got the following exceptions when using Spray client to write to >>

Re: [akka-user] Spray client reports Exception: akka.actor.ActorSystem.dispatcher()Lscala/concurrent/ExecutionContext in Spark application

2014-10-28 Thread Akka Team
Hi, On Tue, Oct 28, 2014 at 11:03 AM, Jianshi Huang wrote: > Hi, > > I got the following exceptions when using Spray client to write to > OpenTSDB using its REST API. > > Exception in thread "pool-10-thread-2" java.lang.NoSuchMethodError: > akka.actor.ActorSystem.dispatcher()Lscala/concurrent/

[akka-user] Spray client reports Exception: akka.actor.ActorSystem.dispatcher()Lscala/concurrent/ExecutionContext in Spark application

2014-10-28 Thread Jianshi Huang
Hi, I got the following exceptions when using Spray client to write to OpenTSDB using its REST API. Exception in thread "pool-10-thread-2" java.lang.NoSuchMethodError: akka.actor.ActorSystem.dispatcher()Lscala/concurrent/ExecutionContext; It worked locally in my Intellij but failed when I la