Github user chtyim commented on a diff in the pull request:
https://github.com/apache/incubator-twill/pull/66#discussion_r44343302
--- Diff:
twill-common/src/main/java/org/apache/twill/internal/Constants.java ---
@@ -64,8 +68,8 @@
public static final class Files {
public static final String LAUNCHER_JAR = "launcher.jar";
- public static final String APP_MASTER_JAR = "appMaster.jar";
- public static final String CONTAINER_JAR = "container.jar";
+ public static final String TWILL_JAR = "twill.jar";
+ public static final String PROGRAM_JAR = "program.jar";
--- End diff --
Better call it `application.jar`.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---