[jira] [Created] (TWILL-241) Allow specifying reserved off-heap memory and extra JVM options per runnable

2017-08-03 Thread Andreas Neumann (JIRA)
Andreas Neumann created TWILL-241: - Summary: Allow specifying reserved off-heap memory and extra JVM options per runnable Key: TWILL-241 URL: https://issues.apache.org/jira/browse/TWILL-241 Project:

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

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

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

2017-08-03 Thread maochf
Github user maochf commented on a diff in the pull request: https://github.com/apache/twill/pull/58#discussion_r131234842 --- Diff: twill-api/src/main/java/org/apache/twill/api/EventHandler.java --- @@ -124,6 +124,75 @@ public void initialize(EventHandlerContext context) { }

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

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

[jira] [Commented] (TWILL-237) Twill is using hdfs HAUtil api that is nont-compatible with hadoop 2.8

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

[GitHub] twill pull request #55: (TWILL-237) Twill is using hdfs HAUtil api that is n...

2017-08-03 Thread yufeldman
Github user yufeldman commented on a diff in the pull request: https://github.com/apache/twill/pull/55#discussion_r131224027 --- Diff: twill-yarn/src/main/java/org/apache/twill/filesystem/FileContextLocationUtil.java --- @@ -0,0 +1,77 @@ +/* + * Licensed to the Apache

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

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

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

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

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

2017-08-03 Thread chtyim
Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/58#discussion_r131211956 --- Diff: twill-yarn/src/test/java/org/apache/twill/yarn/ProvisionTimeoutTestRun.java --- @@ -79,12 +83,22 @@ public void initialize(EventHandlerContext

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

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

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

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

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

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

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

2017-08-03 Thread chtyim
Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/58#discussion_r131210382 --- Diff: twill-yarn/src/main/java/org/apache/twill/internal/appmaster/ApplicationMasterService.java --- @@ -291,6 +301,23 @@ public void run() { //

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

2017-08-03 Thread chtyim
Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/58#discussion_r131209163 --- Diff: twill-yarn/src/main/java/org/apache/twill/internal/appmaster/ApplicationMasterService.java --- @@ -135,6 +135,15 @@ private final Map

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

2017-08-03 Thread chtyim
Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/58#discussion_r131208560 --- Diff: twill-api/src/main/java/org/apache/twill/api/EventHandler.java --- @@ -124,6 +124,74 @@ public void initialize(EventHandlerContext context) { }

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

2017-08-03 Thread chtyim
Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/58#discussion_r131210237 --- Diff: twill-yarn/src/main/java/org/apache/twill/internal/appmaster/ApplicationMasterService.java --- @@ -291,6 +301,23 @@ public void run() { //

[GitHub] twill pull request #55: (TWILL-237) Twill is using hdfs HAUtil api that is n...

2017-08-03 Thread chtyim
Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/55#discussion_r131207866 --- Diff: twill-yarn/src/main/java/org/apache/twill/filesystem/FileContextLocation.java --- @@ -162,7 +163,8 @@ public URI toURI() { // append "port"

[GitHub] twill pull request #55: (TWILL-237) Twill is using hdfs HAUtil api that is n...

2017-08-03 Thread chtyim
Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/55#discussion_r131208032 --- Diff: twill-yarn/src/main/java/org/apache/twill/filesystem/FileContextLocationUtil.java --- @@ -0,0 +1,77 @@ +/* + * Licensed to the Apache