GitHub user chrisz opened a pull request:
https://github.com/apache/incubator-storm/pull/252
STORM-493: Workers inherit storm.conf.file/storm.options properties of
their supervisor
Without this fix, if we override some configuration parameters on the
command line (using storm -c "param=value") when we launch the supervisor,
workers don't inherit them.
There is a similar problem with configuration file name. If we specify it
on the command line, workers don't inherit it and search the default
"storm.yaml" file in the classpath.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chrisz/incubator-storm STORM-493
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-storm/pull/252.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #252
----
commit 4a7e634354df85f9ce52338a33e1e5fc1472f406
Author: Christophe Carré <[email protected]>
Date: 2014-09-10T13:32:53Z
STORM-493: Workers inherit storm.conf.file/storm.options properties of
their supervisor
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---