Yelp / pyleus

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

Don't delete system-installed base jar on build #78

Closed patricklucas closed 9 years ago

patricklucas commented 9 years ago

To save space in toplogy jars, the CLI deletes the unnecessary base jar from the virtualenv before packing it into the topology jar.

This didn't account for users using --system-site-packages, however, and it would still attempt to delete the base jar from its system-installed location.

Closes #74

poros commented 9 years ago

lgtm (tests :) ) +1

ecanzonieri commented 9 years ago

+1