[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 enabled

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

2016-08-29 Thread anwar6953
Github user anwar6953 commented on a diff in the pull request: https://github.com/apache/twill/pull/7#discussion_r76726702 --- Diff: twill-core/src/main/java/org/apache/twill/internal/Configs.java --- @@ -31,6 +31,11 @@ */ public static final String JAVA_RESERVED

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

2016-08-29 Thread chtyim
Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/7#discussion_r76710103 --- Diff: twill-core/src/main/java/org/apache/twill/internal/Configs.java --- @@ -31,6 +31,11 @@ */ public static final String JAVA_RESERVED_ME

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

2016-08-27 Thread hsaputra
Github user hsaputra commented on a diff in the pull request: https://github.com/apache/twill/pull/7#discussion_r76521765 --- Diff: twill-core/src/main/java/org/apache/twill/internal/Configs.java --- @@ -31,6 +31,11 @@ */ public static final String JAVA_RESERVED_

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

2016-08-27 Thread chtyim
Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/7#discussion_r76519593 --- Diff: twill-core/src/main/java/org/apache/twill/internal/Configs.java --- @@ -31,6 +31,11 @@ */ public static final String JAVA_RESERVED_ME

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

2016-08-26 Thread hsaputra
Github user hsaputra commented on a diff in the pull request: https://github.com/apache/twill/pull/7#discussion_r76463039 --- Diff: twill-core/src/main/java/org/apache/twill/internal/Configs.java --- @@ -31,6 +31,11 @@ */ public static final String JAVA_RESERVED_

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

2016-08-26 Thread anwar6953
Github user anwar6953 commented on a diff in the pull request: https://github.com/apache/twill/pull/7#discussion_r76456007 --- Diff: twill-yarn/src/main/java/org/apache/twill/yarn/YarnTwillRunnerService.java --- @@ -211,7 +226,7 @@ public String getJVMOptions() { @Override

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

2016-08-26 Thread chtyim
Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/7#discussion_r76454915 --- Diff: twill-yarn/src/main/java/org/apache/twill/yarn/YarnTwillRunnerService.java --- @@ -157,11 +158,25 @@ public YarnTwillRunnerService(YarnConfiguration co

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

2016-08-26 Thread chtyim
Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/7#discussion_r76454783 --- Diff: twill-yarn/src/main/java/org/apache/twill/yarn/YarnTwillRunnerService.java --- @@ -211,7 +226,7 @@ public String getJVMOptions() { @Override

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

2016-08-26 Thread anwar6953
GitHub user anwar6953 opened a pull request: https://github.com/apache/twill/pull/7 TWILL-185 Allow user to avoid scheduling the LocationSecureStoreUpdater. This will allow the use case of user scheduling their own secure store updates. As a workaround, for example: https:/