Github user bzz commented on the issue:
https://github.com/apache/zeppelin/pull/1334
CI is still failing.
Sorry for confusion, after a bit more thinking it looks like simplest way
here actually will be - to follow the same convention as with any other
interpreters, like `geode`, `sparkr`, `pyspark ` or `scalding`:
- create a `beam` profile in root `./pom.xml` that brings Beam module. See
i.e [scalding](https://github.com/apache/zeppelin/blob/master/pom.xml#L578)
- explicitly add `-Pbeam` only to CI envs lines in `.travis.yml`, that
already have scala 2.10
- create a `./beam/README.md` file and add some implementation details
about interpreter impl there i.e it's a good place to mention that right now
only Scala 2.10 is supported due to Flink runner.
This will allow avoid any possible CI issues in future and keep build
modular.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---