Yelp / pyleus

Pyleus is a Python framework for developing and launching Storm topologies.
Apache License 2.0
403 stars 107 forks source link

Documentation error on tutorial regarding how to run my_first_topology locally #66

Closed smoy closed 9 years ago

smoy commented 9 years ago

On http://yelp.github.io/pyleus/tutorial.html#run-your-topology

The instruction is to do the following:

pyleus local my_first_topology.yaml -d

I think it should my_first_topology.jar (generated by the previous build step)