Github user avnerl commented on the issue:
https://github.com/apache/zeppelin/pull/3258
https://mvnrepository.com/artifact/org.apache.beam/beam-runners-flink
---
Github user avnerl commented on the issue:
https://github.com/apache/zeppelin/pull/3258
> > that's what i did in:
[ffca03c](https://github.com/apache/zeppelin/commit/ffca03cbd4c9d6cb756eef1b21a1319f8d8c5759)
>
> ah, that would make different versions of bea
Github user avnerl commented on the issue:
https://github.com/apache/zeppelin/pull/3258
> also we could upgrade beam interpreter to "require" beam 2.3 also (so it
does build with scala-2.11)
this's what i did in:
https://github.com/apache/zeppelin
Github user avnerl commented on the issue:
https://github.com/apache/zeppelin/pull/3258
do you think it's a good idea to tamper with beam version in
`dev/change_scala_version.sh` too?
build will not pass if you do not use the `-Pscala-2.11` profile explicitly
---
Github user avnerl commented on the issue:
https://github.com/apache/zeppelin/pull/3258
you are right. it didn't make sense. the reason i did this is because i
wanted the build to pass. i remove the beam interpreter afterwards as i dint
need it.
last 2 commits is reverting
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
Github user avnerl closed the pull request at:
https://github.com/apache/zeppelin/pull/3256
---
GitHub user avnerl opened a pull request:
https://github.com/apache/zeppelin/pull/3256
added org.apache.commons.lang3 to make build work
### What is this PR for?
fixed broken build of branch-0.8 over missing org.apache.commons.lang3
dependency
### What type of PR is it