[jira] [Assigned] (TWILL-179) Provides more flexibility in controlling the container classpath and classloader

2016-08-29 Thread Terence Yim (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terence Yim reassigned TWILL-179: - Assignee: Terence Yim > Provides more flexibility in controlling the container classpath and >

[jira] [Updated] (TWILL-179) Provides more flexibility in controlling the container classpath and classloader

2016-08-29 Thread Terence Yim (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terence Yim updated TWILL-179: -- Fix Version/s: 0.8.0 > Provides more flexibility in controlling the container classpath and >

[GitHub] twill pull request #7: TWILL-185 Allow user to avoid scheduling the Location...

2016-08-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/twill/pull/7 --- 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

[GitHub] twill issue #7: TWILL-185 Allow user to avoid scheduling the LocationSecureS...

2016-08-29 Thread chtyim
Github user chtyim commented on the issue: https://github.com/apache/twill/pull/7 LGTM. --- 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

[jira] [Commented] (TWILL-177) ZKDiscoveryService should have a way to remove its connection watcher

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

[GitHub] twill pull request #6: TWILL-175 Avoid caching YarnClient

2016-08-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/twill/pull/6 --- 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

[jira] [Commented] (TWILL-185) Allow user to disable the SecureStoreUpdater in Twill

2016-08-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15447338#comment-15447338 ] ASF GitHub Bot commented on TWILL-185: -- Github user anwar6953 commented on the issue:

[jira] [Resolved] (TWILL-175) Hadoop21YarnAppClient caches a YarnClient

2016-08-29 Thread Terence Yim (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terence Yim resolved TWILL-175. --- Resolution: Fixed > Hadoop21YarnAppClient caches a YarnClient >

[jira] [Commented] (TWILL-175) Hadoop21YarnAppClient caches a YarnClient

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

[GitHub] twill pull request #6: TWILL-175 Avoid caching YarnClient

2016-08-29 Thread chtyim
Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/6#discussion_r76685965 --- Diff: twill-yarn/src/main/hadoop20/org/apache/twill/internal/yarn/Hadoop20YarnAppClient.java --- @@ -176,22 +184,27 @@ private void

[GitHub] twill pull request #6: TWILL-175 Avoid caching YarnClient

2016-08-29 Thread chtyim
Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/6#discussion_r76685638 --- Diff: twill-yarn/src/main/hadoop20/org/apache/twill/internal/yarn/Hadoop20YarnAppClient.java --- @@ -62,18 +62,26 @@ public final class

[jira] [Commented] (TWILL-175) Hadoop21YarnAppClient caches a YarnClient

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

[GitHub] twill pull request #6: TWILL-175 Avoid caching YarnClient

2016-08-29 Thread chtyim
Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/6#discussion_r76685365 --- Diff: twill-yarn/src/main/hadoop20/org/apache/twill/internal/yarn/Hadoop20YarnAppClient.java --- @@ -62,18 +62,26 @@ public final class

[jira] [Commented] (TWILL-177) ZKDiscoveryService should have a way to remove its connection watcher

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

[GitHub] twill pull request #8: (TWILL-177) Make ZKDiscoveryService AutoCloseable

2016-08-29 Thread anwar6953
Github user anwar6953 commented on a diff in the pull request: https://github.com/apache/twill/pull/8#discussion_r76680691 --- Diff: twill-yarn/src/test/java/org/apache/twill/yarn/BaseYarnTest.java --- @@ -66,6 +69,18 @@ protected void after() { } }; +

[GitHub] twill pull request #8: (TWILL-177) Make ZKDiscoveryService AutoCloseable

2016-08-29 Thread chtyim
GitHub user chtyim opened a pull request: https://github.com/apache/twill/pull/8 (TWILL-177) Make ZKDiscoveryService AutoCloseable - Release ZK watches when closed You can merge this pull request into a Git repository by running: $ git pull https://github.com/chtyim/twill