[jira] [Commented] (TWILL-240) Improve EventHandler to handle more application lifecycle events

2017-07-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16102010#comment-16102010 ] ASF GitHub Bot commented on TWILL-240: -- Github user maochf commented on a diff in the pull request:

[jira] [Commented] (TWILL-240) Improve EventHandler to handle more application lifecycle events

2017-07-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16101983#comment-16101983 ] ASF GitHub Bot commented on TWILL-240: -- Github user sameetandpotatoes commented on a diff in the pull

[jira] [Commented] (TWILL-240) Improve EventHandler to handle more application lifecycle events

2017-07-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16101982#comment-16101982 ] ASF GitHub Bot commented on TWILL-240: -- Github user sameetandpotatoes commented on a diff in the pull

[GitHub] twill pull request #58: [TWILL-240] EventHandler Improvement

2017-07-26 Thread sameetandpotatoes
Github user sameetandpotatoes commented on a diff in the pull request: https://github.com/apache/twill/pull/58#discussion_r129643121 --- Diff: twill-yarn/src/main/java/org/apache/twill/internal/appmaster/RunningContainers.java --- @@ -267,6 +281,9 @@ void stopByIdAndWait(String

[GitHub] twill pull request #58: [TWILL-240] EventHandler Improvement

2017-07-26 Thread sameetandpotatoes
Github user sameetandpotatoes commented on a diff in the pull request: https://github.com/apache/twill/pull/58#discussion_r129643180 --- Diff: twill-yarn/src/main/java/org/apache/twill/internal/appmaster/RunningContainers.java --- @@ -103,6 +105,8 @@ public Integer apply(BitSet

[GitHub] twill pull request #58: [TWILL-240] EventHandler Improvement

2017-07-26 Thread maochf
GitHub user maochf opened a pull request: https://github.com/apache/twill/pull/58 [TWILL-240] EventHandler Improvement https://issues.apache.org/jira/browse/TWILL-240 Add started, containerLaunched, containerStopped, completed, killed, aborted to EventHandler You can

[jira] [Commented] (TWILL-240) Improve EventHandler to handle more application lifecycle events

2017-07-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16101281#comment-16101281 ] ASF GitHub Bot commented on TWILL-240: -- GitHub user maochf opened a pull request:

[jira] [Updated] (TWILL-240) Improve EventHandler to handle more application lifecycle events

2017-07-26 Thread Chengfeng Mao (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chengfeng Mao updated TWILL-240: Description: Application Master should be able to run application specific code when certain

[jira] [Updated] (TWILL-240) Improve EventHandler to handle more application lifecycle events

2017-07-26 Thread Chengfeng Mao (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chengfeng Mao updated TWILL-240: Summary: Improve EventHandler to handle more application lifecycle events (was: Allow running