Re: Simple problem about the storm

2016-05-13 Thread 马哲超
Version 1.x.x and version 0.x.x are two different branches. 2016-05-13 16:32 GMT+08:00 Navin Ipe : > 1. Version 1.0.0 is the new version. 0.10.0 is the old version. 0.9.6 is > older than 0.10.0 > 2. Tasks within a worker get subscribed to tick tuples. > > On Thu, May 12, 2016 at 12:06 PM, fanxi..

Re: Simple problem about the storm

2016-05-13 Thread Navin Ipe
1. Version 1.0.0 is the new version. 0.10.0 is the old version. 0.9.6 is older than 0.10.0 2. Tasks within a worker get subscribed to tick tuples. On Thu, May 12, 2016 at 12:06 PM, fanxi...@travelsky.com < fanxi...@travelsky.com> wrote: > Hi All, > > I have two questions. > > 1. > > I am puzzled

Re: Simple problem about the storm

2016-05-13 Thread Jungtaek Lim
Hi Joshua, Project follows semantic versioning so you just think about how products normally label their version. 0.10.0 is the former 'minor' version of 1.0.0, since 0.10.1 is out. __system component does exist for each worker but it's for different purpose. In fact, tick tuple is sent from exec

Simple problem about the storm

2016-05-11 Thread fanxi...@travelsky.com
Hi All, I have two questions. 1. I am puzzled about the latest storm verion. What's the relation between version 1.0.0 and version 0.10.0? Is version 0.10.0 the former version of version 1.0.0? Or version 0.9.6 is the former version of version 1.0.0? 2. The _system component which emits t