Re: Exit code 248 from YARN and InterruptedException

2017-10-31 Thread Jagadish Venkatraman
Hi Xiaochuan, Is there any exception in your custom SystemConsumer? Or, are you saying that your consumer is being interrupted externally? The entire log will be helpful. Thanks, Jagdish On Mon, Oct 30, 2017 at 9:14 AM, XiaoChuan Yu wrote: > Hi, > > I'm trying to debug some problem with a Sam

Exit code 248 from YARN and InterruptedException

2017-10-30 Thread XiaoChuan Yu
Hi, I'm trying to debug some problem with a Samza job that loads data from a Cassandra database into Kafka via a custom System implementation. The System makes use of BlockingEnvelopeMap. What I see in the logs is InterruptedException from put calls from the class that inherited BlockingEnvelopeM