Github user selvinsource commented on the issue: https://github.com/apache/zeppelin/pull/3092 @zjffdu as soon as this PR is merged in the master I will update the upstream master and start working on Jet interpreter, I have created a Jira ticket already (with a dependency on the Java interpreter). Hazelcast Jet interpreter will be similar to the Beam one in this PR, it will simply implement JavaInterpreter and it will have the dependencies required (hazelcast-jet jar). What's more I am planning to add some more utils for Hazelcast for iMap/iCache/DAG/etc, see the JIRA description https://issues.apache.org/jira/browse/ZEPPELIN-3654. When is the next zeppelin release due (0.9)? I can try to put both in it before that.
---