Closed juliencruz closed 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
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.
or