Yelp / pyleus

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

Be smarter about what to include in the jar #61

Open poros opened 9 years ago

poros commented 9 years ago

@patricklucas:

We exclude the Pyleus jar itself, but it's easy to accidentally include a lot of things that don't need to be there.

For example, if I'm building jars for three environments, each one will contain the jar from the other two environments.

Moved from PYLEUS-75

Relates to https://github.com/Yelp/pyleus/issues/52