[
https://issues.apache.org/jira/browse/FLINK-4900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15658506#comment-15658506
]
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_r87673973
--- Diff:
flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java ---
@@ -489,6 +489,29 @@
*/
public static final String MESOS_RESOURCEMANAGER_TASKS_CPUS =
"mesos.resourcemanager.tasks.cpus";
+ /**
+ * The base container image to use for task managers (started via the
unified containerizer).
--- End diff --
Please rephrase the comment: "The container image to use for task
managers." In other words, it isn't a 'base' image in this context, and
numerous containerizers are now supported.
> 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)