Github user mfelgamal commented on the issue: https://github.com/apache/zeppelin/pull/1334 @bzz Kindly be noted that there is no maven Scala 2.11 build for beam runner Flink. The only available build is beam-runners-flink_2.10 . https://mvnrepository.com/artifact/org.apache.beam/beam-runners-flink_2.10/0.1.0-incubating Our pom file : ```<groupId>org.apache.beam</groupId> <artifactId>beam-runners-flink_2.10</artifactId> <version>${beam.beam.version}</version> ``` That is why we hardcode it. While the failure logs claims that maven can not find `beam-runners-flink_2.11` It seems that your builder enforces the usage of Scala 2.11
--- 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. ---