Indeed, that is what I want, thank you! On Fri, Aug 17, 2018, 03:42 Jeff Zhang <zjf...@gmail.com> wrote:
> > May be ticket https://issues.apache.org/jira/browse/ZEPPELIN-3617 is what > you need > > This ticket will save the result of paragraph to resource of zeppelin, so > that you can use z.get to get the this data. > > > > <alexander.me...@t-systems.com>于2018年8月17日周五 上午1:55写道: > >> Hi Anton >> >> Just for clarification: >> The resultset of a %sql cell (which is automatically being displayed as a >> table or chart) shall be used in a Scala or pays park cell, correct? >> >> Any reason you’re not using the spark cell right away and display the >> result separately? >> >> Best regards >> Alex >> >> >> >> Von meinem iPhone gesendet >> >> > Am 16.08.2018 um 19:46 schrieb antonkulaga@ <gmail.com >> antonkul...@gmail.com>: >> > >> > Hello everybody, >> > >> > I find it very convenient to pass value between interpreters with >> Zeppelin context, however, I do not understand how I should pass results of >> SQL queries in %sql cell to my spark scala cell. Could you please explain >> how to do it? In the docs there are only examples of passing between Scala >> and python and no examples of passing between %sql and spark. > >