Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r75269835 --- Diff: flink-dist/pom.xml --- @@ -113,8 +113,13 @@ under the License. <artifactId>flink-metrics-jmx</artifactId> <version>${project.version}</version> </dependency> + + <dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-mesos_2.10</artifactId> + <version>${project.version}</version> + </dependency> --- End diff -- We always build yarn. We use the `include-yarn-tests` profile to include/exclude yarn tests. The `include-yarn` profile, on the other hand, it to exclude yarn for the Haodop 1 version of Flink.
--- 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. ---