You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by Chris Zheng <z...@caudate.me> on 2019/09/10 16:38:10 UTC

What is the workflow for writing/testing interpreters?

I want to write a Clojure interpreter for Zeppelin. 

However currently I have to compile a jar, stick it into an already built version of zeppelin and then start up the service in order to test to see if it is working. It takes about a minute before it starts up and sometimes it doesn’t load properly and I end up waiting a couple of minutes just to see a simple change.

Is there a faster way to develop and test a new  interpreter?