Github user iemejia commented on the issue: https://github.com/apache/zeppelin/pull/1334 Good work guys, probably this is the one other approach I missed in the JIRA, to have a static repl to compile the full class and then run it, this is nice because this can be reused for any full file Java case. Just two comments: I think that it is probably a good idea to move StaticRepl and BeamInterpreter to a more appropriate java package because this thing is a generic Java Repl/Interpreter (restricted to full class definitions). And I don't know if this is the case if it is worth dividing this into two PRs, one for the generic Java thing and other for the Beam specific part (notice that you can easily imagine reusing the java part e.g. to run a Spark or Flink note written in pure Java against a java ambient for example). However I don't know the details of how (if) this reuse is possible in zeppelin, any hints @bzz ?
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---