[ https://issues.apache.org/jira/browse/FLINK-4900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15658507#comment-15658507 ]
ASF GitHub Bot commented on FLINK-4900: --------------------------------------- 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`. > Implement Docker image support > ------------------------------ > > Key: FLINK-4900 > URL: https://issues.apache.org/jira/browse/FLINK-4900 > Project: Flink > Issue Type: Sub-task > Components: Cluster Management > Reporter: Eron Wright > Assignee: Eron Wright > > Support the use of a docker image, with both the unified containerizer and > the Docker containerizer. > Use a configuration setting to explicitly configure which image and > containerizer to use. -- This message was sent by Atlassian JIRA (v6.3.4#6332)