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

sparse submit should support passing requirements files to it. #318

Closed dan-blanchard closed 7 years ago

dan-blanchard commented 8 years ago

Currently if you've got multiple topologies all with the same requirements, what most people do is create symlinks to a single requirements file. In addition to the checking for a file in virtualenvs with the name of the topology, we should support passing in requirements files via a -r flag to sparse submit.

dan-blanchard commented 7 years ago

This was fixed in #328.