Github user selvinsource commented on the issue:
https://github.com/apache/zeppelin/pull/3092
@felixcheung yes I think so as it's not something new, it has been there
since the beam interpreter was created but nobody noticed until now that all
interpreter specific profiles have been removed.
@mebelousov for now the workaround is simple to change beam/pom.xml to
```<artifactId>beam-runners-flink_2.10</artifactId>```
before you build zeppelin.---
