Thanks for your email.
I understand that topologies cannot interact with each other. Also,
within a topology I'm already using shuffle grouping to split data
between tasks.
Are there some good techniques to deal with the problem across
machines ? I think it may be a common problem/use case. Because in
many cases, the source of the data will be available on only one
machine. Also, we would like to merge the results into a single
location.
I suppose this will have to be implemented manually. Is Kestrel a good
solution for this ?
Cheers,
Suhrid.
On Apr 6, 2:49 pm, James Xu <
xumingming64398...@gmail.com> wrote:
> In storm, topologies do not interact with each other. For your case, you
> want to split the file contents, you can use a shuffle grouping; your want
> to merge the results you can let the merger subscribe to all the file
> content processor(bolts). For more about stream grouping, read this:
https://github.com/nathanmarz/storm/wiki/Concepts
>
> 2012/4/6 suhridk <
suhr...@gmail.com>