Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/39#discussion_r107007777 --- Diff: twill-yarn/src/main/java/org/apache/twill/yarn/YarnTwillPreparer.java --- @@ -155,25 +153,16 @@ public String apply(Class<?> cls) { private ClassAcceptor classAcceptor; private final Map<String, Integer> maxRetries = Maps.newHashMap(); - YarnTwillPreparer(YarnConfiguration yarnConfig, TwillSpecification twillSpec, RunId runId, - YarnAppClient yarnAppClient, String zkConnectString, Location appLocation, Set<URL> twillClassPaths, + YarnTwillPreparer(Configuration config, TwillSpecification twillSpec, RunId runId, --- End diff -- It's more generic. We actually not using any specific method from `YarnConfiguration` in this class.
--- 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 but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---