Re: Writing New Interpreter

2016-04-02 Thread John Omernik
Hmm interesting, after reading your email, I played around with settings, and did this mvn package -Dfile=zeppelin-interpreter-0.6.0-incubating-SNAPSHOT.jar This allowed me to rebuild (over and over again) without building all of Zeppelin. Thanks for the tip! John On Sat, Apr 2, 2016 at 6:

Re: Writing New Interpreter

2016-04-02 Thread Felix Cheung
I think you would need to build all of Zeppelin not just your interpreter. For instance you should run mvn clean package from the directory that had Zeppelin-server, Zeppelin-interpreter and so on. On Sat, Apr 2, 2016 at 1:28 PM -0700, "John Omernik" wrote: Hey all, I am a very novice

Writing New Interpreter

2016-04-02 Thread John Omernik
Hey all, I am a very novice java programmer, and I was hoping to try to write a basic "example" interpreter to demonstrate a concept to the community. *Ideas from Strata! That said, I copied the Markdown interpreter, into a new directory, changed all the code to reflect my "interpreter hello worl