Re: Jar conflicts after upgrading from 0.10.0 to 0.11.0

2017-02-14 Thread Chad Greenberg
-using-the-dependency-tree.html IDE such as eclipse or idea has a nicer visualization of this dependency tree. The jetty dependencies in samza-core is attached for reference On 14 February 2017 at 13:44, Chad Greenberg mailto:evil_goodn...@hotmail.com>> wrote: I received the following error

Jar conflicts after upgrading from 0.10.0 to 0.11.0

2017-02-13 Thread Chad Greenberg
I received the following error after upgrading from 0.10.0 to 0.11.0. I understand the underlying issue, but I am not finding the exact cause. No other jar contains ServletRegistration except for avax.servlet-3.0.0.v201112011016.jar which is a dependency of samza-core. Hadoop has a dependency o

Re: Questions about checkpointing and Kinesis

2017-02-10 Thread Chad Greenberg
ster call), > otherwise you can use checkpoint passed to you in the register call. > > On Tue, Feb 7, 2017 at 9:11 AM, Chad Greenberg > wrote: > > > Thanks Jagadish for the reply. A few comments. > > > > > > I was under the impression that using the KCL would me

Re: Questions about checkpointing and Kinesis

2017-02-07 Thread Chad Greenberg
se DynamoDb to store its offsets. On Mon, Feb 6, 2017 at 2:57 PM, Chad Greenberg wrote: > Starting on an integration project between a Kinesis stream and Samza, > despite have no background in either, but I am familiar with most other > messaging/queuing systems. > > > Decide

Questions about checkpointing and Kinesis

2017-02-06 Thread Chad Greenberg
Starting on an integration project between a Kinesis stream and Samza, despite have no background in either, but I am familiar with most other messaging/queuing systems. Decided to keep all state management within Samza instead of using Kinesis' client library. My plan was to use the default K