Re: Interpreter that appends data to the front-end

2019-05-20 Thread Andrea Santurbano
Thanks! Il giorno lun 20 mag 2019 alle ore 10:14 Jeff Zhang ha scritto: > Spark interpreter support streaming output, Basically, InterpreterOutput is > the class for streaming output. > > > https://github.com/apache/zeppelin/blob/master/zeppelin-interpreter/src/main/java/org/apache/zeppelin/inte

Re: Interpreter that appends data to the front-end

2019-05-20 Thread Jeff Zhang
Spark interpreter support streaming output, Basically, InterpreterOutput is the class for streaming output. https://github.com/apache/zeppelin/blob/master/zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/InterpreterOutput.java https://github.com/apache/zeppelin/blob/master/spark

Interpreter that appends data to the front-end

2019-05-20 Thread Andrea Santurbano
Hi devs! Is there any code example that shows how to build an Interpreter that appends data on the front-end? Thanks a lot!