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

is Storm 2.0.0 supported with streamparse 4.0? #464

Open Bimal-Gangawal opened 5 years ago

Bimal-Gangawal commented 5 years ago

I am trying to run the example with storm v2.0.0 and getting the following error

storm: error: unrecognized arguments: --local --no-splash --sleep 9223372036854775807 /var/folders/_h/jjxlw95x7m9g7d2zw5zrlvr1_267pg/T/tmp05sgmddz.yaml

hz97 commented 5 years ago

storm: error: unrecognized arguments: --local --no-splash --sleep 9223372036854775807 /var/folders/_h/jjxlw95x7m9g7d2zw5zrlvr1_267pg/T/tmp05sgmddz.yaml

I got the same error running the wordcount example with storm 2.0.0 and streamparse 3.1.6.

hszkf commented 5 years ago

Same problem. I saw the closed issue which there is no solved issue in 2019 though.