Re: Accessing Interpreter Context from Apache Flink Interpreter

2018-02-09 Thread André Schütz
Thank you for the answer. This was a really good resource to adapt the idea of the InterpreterContext to my needs. Thank you, Andre On Fri, 9 Feb 2018 08:02:11 -0600 Trevor Grant wrote: > Hey Andre- > > I haven't used Zeppelin for a while, so excuse me if I'm speaking out of > turn anyone els

Re: Accessing Interpreter Context from Apache Flink Interpreter

2018-02-09 Thread Trevor Grant
Hey Andre- I haven't used Zeppelin for a while, so excuse me if I'm speaking out of turn anyone else, but back in the day I would hand my data from Flink to Spark/Python/R for visualization. The "Mahout Tutorial" is still in the trunk it seems. There are examples on how to do this in there. (e.g

R: Accessing Interpreter Context from Apache Flink Interpreter

2018-02-09 Thread Michele Milesi
Italy __ -Messaggio originale- Da: André Schütz [mailto:an...@wegtam.com] Inviato: venerdì 9 febbraio 2018 14:53 A: users@zeppelin.apache.org Oggetto: Accessing Interpreter Context from Apache Flink Interpreter Hi, the following examples to parametrize the access to databases from Spark is really a

Accessing Interpreter Context from Apache Flink Interpreter

2018-02-09 Thread André Schütz
Hi, the following examples to parametrize the access to databases from Spark is really awesome. https://randerzander.github.io/?post=dynamic-forms.md I try to create such an example with a Flink interpreter but it seems that the possibility to use the "sqlContext" and "z context" is not possible