GitHub user avnerl opened a pull request:
https://github.com/apache/zeppelin/pull/3258
fix beam-runners-flink and zeppelin-scio scala version to 2.10
### What is this PR for?
build is failing when trying to use scala-2.11 profile
- beam-runners-flink 2.0.0 was never built with anything other than scala
2.10, therefore parametrizing its scala version breaks the build.
- scio is hard coded with scala 2.10, therefore parametrizing its scala
version breaks the build.
### What type of PR is it?
[Hot Fix]
### Todos
* [ ] - merge or handle zeppelin-scio and beam-runner-flink scala versions
### What is the Jira issue?
* N/A
### How should this be tested?
* Pass CI
* manual build:
```
mvn clean package -Pbuild-distr -DskipTests -Pspark-2.4 -Phadoop-2.7
-Pscala-2.11
```
### Screenshots (if appropriate)
### Questions:
* no licenses files need update
* no breaking changes for older versions
* Does this needs documentation? not sure
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/avnerl/zeppelin master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3258.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3258
----
commit 28077ff39aaf18b8aaa8bb23c47fd4aa41a3b6b5
Author: avner <avner@...>
Date: 2018-12-10T07:53:09Z
fix beam-runners-flink and zeppelin-scio scala version to 2.10
----
---