Github user selvinsource commented on the issue:
https://github.com/apache/zeppelin/pull/3157
I have added the support for Hazelcast JET DAG:
<img width="692" alt="dagtonetwork"
src="https://user-images.githubusercontent.com/7315093/45251784-0b16ed00-b344-11e8-9c0e-41ca3b89b634.PNG">
Took me a while to convert properly the DAG to the %network display system
but I am happy with the result as you can see from the screenshot. A user can
now write any Jet pipeline and see the graphical representation that will help
understanding what's going on behind the scene by the Core Jet API for
optimization.
@felixcheung in docs/interpreter/hazelcastjet.md added some more details on
what is Jet and why using it.
@zjffdu if you could please review and let me know if anything is missing
before merging to the master.
As discussed, this is an initial version, next steps are:
https://issues.apache.org/jira/projects/ZEPPELIN/issues/ZEPPELIN-3742
https://issues.apache.org/jira/projects/ZEPPELIN/issues/ZEPPELIN-3771
---