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
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
Hi devs!
Is there any code example that shows how to build an Interpreter that
appends data on the front-end?
Thanks a lot!