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

2017-04-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15954050#comment-15954050 ] ASF GitHub Bot commented on TWILL-179: -- GitHub user chtyim opened a pull request:

[GitHub] twill pull request #51: (TWILL-179) Added support for custom ClassLoader for...

2017-04-03 Thread chtyim
GitHub user chtyim opened a pull request: https://github.com/apache/twill/pull/51 (TWILL-179) Added support for custom ClassLoader for containers - Added method TwillPreparer.setClassLoader - Use system property "twill.custom.class.loader" to pass the class name of the custom Cl

[GitHub] twill pull request #51: (TWILL-179) Added support for custom ClassLoader for...

2017-04-03 Thread anwar6953
Github user anwar6953 commented on a diff in the pull request: https://github.com/apache/twill/pull/51#discussion_r109510121 --- Diff: twill-yarn/src/test/java/org/apache/twill/yarn/CustomClassLoader.java --- @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache Software Foundati

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

2017-04-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15954075#comment-15954075 ] ASF GitHub Bot commented on TWILL-179: -- Github user anwar6953 commented on a diff in t

[GitHub] twill pull request #51: (TWILL-179) Added support for custom ClassLoader for...

2017-04-03 Thread chtyim
Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/51#discussion_r109510575 --- Diff: twill-yarn/src/test/java/org/apache/twill/yarn/CustomClassLoader.java --- @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache Software Foundation

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

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

[GitHub] twill issue #51: (TWILL-179) Added support for custom ClassLoader for contai...

2017-04-03 Thread anwar6953
Github user anwar6953 commented on the issue: https://github.com/apache/twill/pull/51 1 minor comment; remainder 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

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

2017-04-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15954088#comment-15954088 ] ASF GitHub Bot commented on TWILL-179: -- Github user anwar6953 commented on the issue:

[GitHub] twill pull request #51: (TWILL-179) Added support for custom ClassLoader for...

2017-04-03 Thread chtyim
Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/51#discussion_r109512583 --- Diff: twill-yarn/src/test/java/org/apache/twill/yarn/CustomClassLoader.java --- @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache Software Foundation

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

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

[GitHub] twill pull request #51: (TWILL-179) Added support for custom ClassLoader for...

2017-04-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/twill/pull/51 --- 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 enable

[jira] [Resolved] (TWILL-189) SecureStoreUpdater should support updating secure store as other users

2017-04-03 Thread Terence Yim (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terence Yim resolved TWILL-189. --- Resolution: Fixed > SecureStoreUpdater should support updating secure store as other users > --

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

2017-04-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15954094#comment-15954094 ] ASF GitHub Bot commented on TWILL-179: -- Github user asfgit closed the pull request at:

[jira] [Resolved] (TWILL-228) Application jar is not properly built when the client bundles application and twill classes in the same fat jar

2017-04-03 Thread Terence Yim (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terence Yim resolved TWILL-228. --- Resolution: Fixed > Application jar is not properly built when the client bundles application and > tw

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

2017-04-03 Thread Terence Yim (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terence Yim resolved TWILL-179. --- Resolution: Fixed > Provides more flexibility in controlling the container classpath and > classloader

[GitHub] twill pull request #52: (TWILL-176) Redirect all requests to tracker URL to ...

2017-04-03 Thread chtyim
GitHub user chtyim opened a pull request: https://github.com/apache/twill/pull/52 (TWILL-176) Redirect all requests to tracker URL to /resources path - "/resources" is the only path supported for the tracker service for now You can merge this pull request into a Git repository by ru

[jira] [Commented] (TWILL-176) Set ResourceManager tracking URL to resources path.

2017-04-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15954214#comment-15954214 ] ASF GitHub Bot commented on TWILL-176: -- GitHub user chtyim opened a pull request:

[jira] [Updated] (TWILL-176) Set ResourceManager tracking URL to resources path.

2017-04-03 Thread Terence Yim (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terence Yim updated TWILL-176: -- Fix Version/s: 0.11.0 > Set ResourceManager tracking URL to resources path. > ---

[jira] [Assigned] (TWILL-176) Set ResourceManager tracking URL to resources path.

2017-04-03 Thread Terence Yim (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terence Yim reassigned TWILL-176: - Assignee: Terence Yim > Set ResourceManager tracking URL to resources path. >

[jira] [Updated] (TWILL-230) Retrieval of ResourceReport via TwillController may fail

2017-04-03 Thread Terence Yim (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terence Yim updated TWILL-230: -- Fix Version/s: 0.11.0 > Retrieval of ResourceReport via TwillController may fail > --

[jira] [Created] (TWILL-230) Retrieval of ResourceReport via TwillController may fail

2017-04-03 Thread Terence Yim (JIRA)
Terence Yim created TWILL-230: - Summary: Retrieval of ResourceReport via TwillController may fail Key: TWILL-230 URL: https://issues.apache.org/jira/browse/TWILL-230 Project: Apache Twill Issue T

[jira] [Resolved] (TWILL-176) Set ResourceManager tracking URL to resources path.

2017-04-03 Thread Terence Yim (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terence Yim resolved TWILL-176. --- Resolution: Fixed > Set ResourceManager tracking URL to resources path. > -

[jira] [Commented] (TWILL-176) Set ResourceManager tracking URL to resources path.

2017-04-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15954257#comment-15954257 ] ASF GitHub Bot commented on TWILL-176: -- Github user asfgit closed the pull request at:

[GitHub] twill pull request #52: (TWILL-176) Redirect all requests to tracker URL to ...

2017-04-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/twill/pull/52 --- 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 enable

[jira] [Commented] (TWILL-230) Retrieval of ResourceReport via TwillController may fail

2017-04-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15954351#comment-15954351 ] ASF GitHub Bot commented on TWILL-230: -- GitHub user chtyim opened a pull request:

[GitHub] twill pull request #53: (TWILL-230) Get resource report based on the caller ...

2017-04-03 Thread chtyim
GitHub user chtyim opened a pull request: https://github.com/apache/twill/pull/53 (TWILL-230) Get resource report based on the caller user - Also by default get the resource report from the tracking url, then fall back to the original tracking url. You can merge this pull request i

[GitHub] twill pull request #53: (TWILL-230) Get resource report based on the caller ...

2017-04-03 Thread yaojiefeng
Github user yaojiefeng commented on a diff in the pull request: https://github.com/apache/twill/pull/53#discussion_r109552373 --- Diff: twill-yarn/src/main/java/org/apache/twill/yarn/YarnTwillController.java --- @@ -322,7 +314,46 @@ private boolean hasRun(YarnApplicationState state

[jira] [Commented] (TWILL-230) Retrieval of ResourceReport via TwillController may fail

2017-04-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15954373#comment-15954373 ] ASF GitHub Bot commented on TWILL-230: -- Github user yaojiefeng commented on a diff in

[GitHub] twill pull request #53: (TWILL-230) Get resource report based on the caller ...

2017-04-03 Thread chtyim
Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/53#discussion_r109553180 --- Diff: twill-yarn/src/main/java/org/apache/twill/yarn/YarnTwillController.java --- @@ -322,7 +314,46 @@ private boolean hasRun(YarnApplicationState state) {

[jira] [Updated] (TWILL-220) ResourceReportClient should not error log

2017-04-03 Thread Terence Yim (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terence Yim updated TWILL-220: -- Fix Version/s: 0.11.0 > ResourceReportClient should not error log > -

[jira] [Commented] (TWILL-230) Retrieval of ResourceReport via TwillController may fail

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

[jira] [Assigned] (TWILL-220) ResourceReportClient should not error log

2017-04-03 Thread Terence Yim (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terence Yim reassigned TWILL-220: - Assignee: Terence Yim > ResourceReportClient should not error log > --

[GitHub] twill issue #53: (TWILL-230) Get resource report based on the caller user

2017-04-03 Thread anwar6953
Github user anwar6953 commented on the issue: https://github.com/apache/twill/pull/53 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 featur

[jira] [Commented] (TWILL-230) Retrieval of ResourceReport via TwillController may fail

2017-04-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15954391#comment-15954391 ] ASF GitHub Bot commented on TWILL-230: -- Github user anwar6953 commented on the issue:

[GitHub] twill issue #53: (TWILL-230) Get resource report based on the caller user

2017-04-03 Thread anwar6953
Github user anwar6953 commented on the issue: https://github.com/apache/twill/pull/53 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 featur

[jira] [Commented] (TWILL-230) Retrieval of ResourceReport via TwillController may fail

2017-04-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15954520#comment-15954520 ] ASF GitHub Bot commented on TWILL-230: -- Github user anwar6953 commented on the issue:

[GitHub] twill pull request #53: (TWILL-230) Get resource report based on the caller ...

2017-04-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/twill/pull/53 --- 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 enable

[jira] [Commented] (TWILL-230) Retrieval of ResourceReport via TwillController may fail

2017-04-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15954531#comment-15954531 ] ASF GitHub Bot commented on TWILL-230: -- Github user asfgit closed the pull request at:

[jira] [Assigned] (TWILL-230) Retrieval of ResourceReport via TwillController may fail

2017-04-03 Thread Terence Yim (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terence Yim reassigned TWILL-230: - Assignee: Terence Yim > Retrieval of ResourceReport via TwillController may fail > ---

[jira] [Resolved] (TWILL-230) Retrieval of ResourceReport via TwillController may fail

2017-04-03 Thread Terence Yim (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terence Yim resolved TWILL-230. --- Resolution: Fixed > Retrieval of ResourceReport via TwillController may fail >

[GitHub] twill pull request #54: (TWILL-180) Reflects YARN application completion sta...

2017-04-03 Thread chtyim
GitHub user chtyim opened a pull request: https://github.com/apache/twill/pull/54 (TWILL-180) Reflects YARN application completion status via TwillController You can merge this pull request into a Git repository by running: $ git pull https://github.com/chtyim/twill feature/TW

[jira] [Commented] (TWILL-180) TwillController.onTerminated() should pass the exit status of the app to the callback

2017-04-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TWILL-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15954648#comment-15954648 ] ASF GitHub Bot commented on TWILL-180: -- GitHub user chtyim opened a pull request: