Github user selvinsource commented on the issue:
https://github.com/apache/zeppelin/pull/3157
@felixcheung @zjffdu
I have just opened the PR for the Hazelcast Jet interpreter as discussed
before.
Regarding the LICENSE file, I have a question. Do I need to put the license
for all the jars used by Hazelcast Jet
(https://github.com/hazelcast/hazelcast-jet/blob/master/pom.xml)?
So far I only added the Apache License for Hazelcast Jet in
zeppelin-distribution/src/bin_license/LICENSE.
I will be working on the utility method to display Hazelcast Jet DAG using
%network to complete ZEPPELIN-3654.
---