[
https://issues.apache.org/jira/browse/BEAM-2377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16174641#comment-16174641
]
ASF GitHub Bot commented on BEAM-2377:
--------------------------------------
GitHub user aljoscha opened a pull request:
https://github.com/apache/beam/pull/3881
[BEAM-2377] Allow cross compilation (2.10,2.11) for flink runner
This is a fixed version of #3255 which was reverted in #3875. The problem
was that `flink.scala.version` was not set in the nexmark pom.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aljoscha/beam fix-pr-3255-scala-version
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/3881.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 #3881
----
commit f61605b4199c6904a6dcbd111ffb906491fa9e0e
Author: Ole Langbehn <[email protected]>
Date: 2017-05-31T07:54:04Z
[BEAM-2377] Allow cross compilation (2.10,2.11) for flink runner
Flink allows being built against scala 2.11. But the Flink Runner did
not.
This commit alleviates that, as well as allowing for ensuring that
builds work against scala 2.11 dependencies. It introduces a
flink.scala.version mvn property that is set to 2.11 as a default, as well
as
a mvn profile that overrides the scala version to 2.10.
----
> Cross compile flink runner to scala 2.11
> ----------------------------------------
>
> Key: BEAM-2377
> URL: https://issues.apache.org/jira/browse/BEAM-2377
> Project: Beam
> Issue Type: Improvement
> Components: runner-flink
> Reporter: Ole Langbehn
> Assignee: Aljoscha Krettek
> Fix For: 2.2.0
>
>
> The flink runner is compiled for flink built against scala 2.10. flink cross
> compiles its scala artifacts against 2.10 and 2.11.
> In order to make it possible to use beam with the flink runner in scala 2.11
> projects, it would be nice if you could publish the flink runner for 2.11
> next to 2.10.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)