Re: version conflict common-net

2015-03-23 Thread Jacob Abraham
t; found in the Spark classloader. > - 2.2 class doesn't have methods that 3.3 expects > > userClassPathFirst is often a remedy. There are several versions of > this flag though. For example you need a different one if on YARN to > have it take effect. > > It's w

Re: version conflict common-net

2015-03-20 Thread Jacob Abraham
Anyone? or is this question nonsensical... and I am doing something fundamentally wrong? On Mon, Mar 16, 2015 at 5:33 PM, Jacob Abraham wrote: > Hi Folks, > > I have a situation where I am getting a version conflict between java > libraries that is used by my application and

version conflict common-net

2015-03-16 Thread Jacob Abraham
Hi Folks, I have a situation where I am getting a version conflict between java libraries that is used by my application and ones used by spark. Following are the details - I use spark provided by Cloudera running on the CDH5.3.2 cluster (Spark 1.2.0-cdh5.3.2). The library that is causing the co

Re: Spark Custom Receiver

2014-11-17 Thread Jacob Abraham
that, > or it might be better to setup you own actor in the custom receiver, > and communicate with another actor in the application driver. > > Does that make sense? > > On Thu, Nov 13, 2014 at 5:24 PM, Jacob Abraham > wrote: > > Hi Folks, > > > > I have written

Spark Custom Receiver

2014-11-13 Thread Jacob Abraham
Hi Folks, I have written a custom Spark receiver and in my testing I have found that its doing its job properly. However, I am wondering if someone could shed some light on how the "driver" could query the "receiver" for some information. In other words, how can I make the driver talk to the rece