Github user selvinsource commented on the issue:
https://github.com/apache/zeppelin/pull/3092
@zjffdu @mebelousov I sent you a comment before, please ignore, I thought
that scio was only built for 2.10 but I noticed that changing scala version
using the script does update the pom for scio to 2.11.
I still think is somehow related to
https://issues.apache.org/jira/browse/ZEPPELIN-3557 as before people wouldn't
build using profiles by default so there may be some issue uncovered now that
all interpreters are built all the times.
In this PR I only changed beam/pom.xml to have a dependency on java
interpreter, nothing was changed related to scio or scala versions.
Will investigate further but it would be good to know which options
@mebelousov is using to build to re-create locally.
---