lmco / streamflow

StreamFlow™ is a stream processing tool designed to help build and monitor processing workflows.
https://github.com/lmco/streamflow/wiki
Apache License 2.0
253 stars 69 forks source link

Storm LocalCluster configuration and streamflow-annotation fixes #34

Closed juliencruz closed 9 years ago

juliencruz commented 9 years ago

Added support to the streamflow.yml configuration to disable the local cluster for production environments. The local cluster is enabled by default but can be disabled simply by updating the configuration or passing in a system property override.

localCluster:
    enabled: false

or

-DlocalCluster.enabled=false