Github user EronWright commented on a diff in the pull request: https://github.com/apache/flink/pull/2703#discussion_r87674387 --- Diff: flink-mesos/src/main/java/org/apache/flink/mesos/runtime/clusterframework/MesosApplicationMasterRunner.java --- @@ -601,6 +601,54 @@ else if (recoveryMode == HighAvailabilityMode.ZOOKEEPER) { info.setCommand(cmd); + // Set base container for task manager if specified in configs. + String taskManagerContainerName = flinkConfig.getString( --- End diff -- The variable name (and associated comment) is inaccurate; may I suggest something like `tmImageName`.
--- 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. ---