[
https://issues.apache.org/jira/browse/TWILL-225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15933329#comment-15933329
]
ASF GitHub Bot commented on TWILL-225:
--------------------------------------
GitHub user chtyim opened a pull request:
https://github.com/apache/twill/pull/39
(TWILL-225) Refactor TwillPreprer to allow configurations affecting a…
…pplication behavior overridable per TwillPreprer
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chtyim/twill feature/TWILL-225
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/twill/pull/39.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 #39
----
commit babc2e1b6598319956b4333d3c3ef2ca3400a13c
Author: Terence Yim <[email protected]>
Date: 2017-03-19T01:31:57Z
(TWILL-225) Refactor TwillPreprer to allow configurations affecting
application behavior overridable per TwillPreprer
----
> Allow using different configurations per application submission
> ---------------------------------------------------------------
>
> Key: TWILL-225
> URL: https://issues.apache.org/jira/browse/TWILL-225
> Project: Apache Twill
> Issue Type: Improvement
> Reporter: Terence Yim
> Assignee: Terence Yim
> Fix For: 0.11.0
>
>
> Currently there are couple configurations that can be provided via the hadoop
> {{Configuration}} object to the {{YarnTwillRunnerService}}. However, those
> configurations are global (same for all app launched through the same
> {{TwillRunnerService}}). It would be better if the {{TwillPreparer}} exposes
> method to alter the configuration for a given app submission.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)