[
https://issues.apache.org/jira/browse/EAGLE-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15988117#comment-15988117
]
ASF GitHub Bot commented on EAGLE-1015:
---------------------------------------
GitHub user qingwen220 opened a pull request:
https://github.com/apache/eagle/pull/928
EAGLE-1015: add an interface to add storm configuration in an application
https://issues.apache.org/jira/browse/EAGLE-1015
Support to add storm config value of type number or string in an
application. However, to make storm overrides these custom values, one rule is
the configuration must start with 'application.storm.'. For example:
`application.workers` to override `workers`
`application.nimbus.host` to override `nimbus.host`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/qingwen220/eagle EAGLE-1015
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/eagle/pull/928.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 #928
----
commit 58834f640fe0f48f542e985f9411425639dbe47b
Author: Zhao, Qingwen <[email protected]>
Date: 2017-04-28T03:21:08Z
Add an interface to add storm configuration in an application
----
> Add an interface to add storm configuration in an application
> -------------------------------------------------------------
>
> Key: EAGLE-1015
> URL: https://issues.apache.org/jira/browse/EAGLE-1015
> Project: Eagle
> Issue Type: Improvement
> Affects Versions: v0.5.0
> Reporter: Zhao, Qingwen
> Assignee: Zhao, Qingwen
>
> Apart from the application related configurations, Eagle should give an
> interface to add some storm-related configurations, such as `workers`,
> `topology.worker.childopts`, `topology.message.timeout.secs`, etc.
> Here is my idea, for those configurations which start with
> 'application.storm', Eagle will treat these configurations as storm
> configurations. for example, 'storm.override.workers', then the value of
> 'workers' are overridden.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)