[ https://issues.apache.org/jira/browse/FLINK-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14699476#comment-14699476 ]
ASF GitHub Bot commented on FLINK-1984: --------------------------------------- Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/948#issuecomment-131803783 For the tests: For HDFS, Kafka and YARN, we are using "MiniClusters" which start all needed services in one JVM. I don't think we can do something similar with Mesos because its written in C++ and there doesn't seem to be an implementation for Java. Other JVM-based projects integrating with Mesos (https://github.com/mesosphere/cassandra-mesos, Spark, ...) also don't have these kind of end-to-end integration tests. I suspect this project requires at least a local docker setup: https://github.com/ContainerSolutions/mini-mesos But we could use something like this to provide a set of tests we can start manually locally, for example before releasing or when somebody is contributing a change to mesos > Integrate Flink with Apache Mesos > --------------------------------- > > Key: FLINK-1984 > URL: https://issues.apache.org/jira/browse/FLINK-1984 > Project: Flink > Issue Type: New Feature > Components: New Components > Reporter: Robert Metzger > Priority: Minor > Attachments: 251.patch > > > There are some users asking for an integration of Flink into Mesos. > There also is a pending pull request for adding Mesos support for Flink: > https://github.com/apache/flink/pull/251 > But the PR is insufficiently tested. I'll add the code of the pull request to > this JIRA in case somebody wants to pick it up in the future. -- This message was sent by Atlassian JIRA (v6.3.4#6332)