pystorm / streamparse

Run Python in Apache Storm topologies. Pythonic API, CLI tooling, and a topology DSL.
http://streamparse.readthedocs.io/
Apache License 2.0
1.5k stars 218 forks source link

wordcount example fails with -t #434

Open coolsurf opened 6 years ago

coolsurf commented 6 years ago

Hi streamparse,

I tried the wordcount example with "sparse run" and it ran as expected. However, when I added the "-t" command line option, it stopped before counting words. Would you please take a look? Thanks.

Storm version 1.2.1, Ubuntu Xenial

The attached log is generated by: sparse run -d -t 120 2>&1 | tee t120.log

t120.log