AirSage / Petrel

Tools for writing, submitting, debugging, and monitoring Storm topologies in pure Python
BSD 3-Clause "New" or "Revised" License
247 stars 70 forks source link

0.10.0 #71

Closed grant-traynor closed 8 years ago

grant-traynor commented 8 years ago

This works with storm 0.10.0 when the storm infrastructure and dev environment (deployment environment) are running in docker containers. It needs to have certain information in the topology.yam file as the system does not pick up storm.yaml when it build the topology for submission (but does pick up defaults.yam for some reason). If would be an advantage for it to add storm.yam, then "storm" and "petrel" command lines would be equivalent.

barrywhart commented 8 years ago

This PR contains two generated .jar files. Please don't include generated binary files in your PR.

barrywhart commented 8 years ago

I updated Petrel today to work with Storm 0.10.0. Many of these changes were useful. Thanks!