accessing sql cell from another cell

2018-08-16 Thread antonkulaga
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 b

Re: accessing sql cell from another cell

2018-08-16 Thread Alexander.Meier
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 me

Re: zeppeling asking to login

2018-08-16 Thread Mohit Jaggi
Thanks Jhon. I did not have z-site.xml, I created one by copying the template and it has anon access true as you described. Doesn't work. Interested thing is that used to work On Wed, Aug 15, 2018 at 7:50 PM Jhon Anderson Cardenas Diaz < jhonderson2...@gmail.com> wrote: > If you are using shiro,

Re: Cannot make alluxio work

2018-08-16 Thread Anton Kulaga
Checked alluxio-master logs, they tell: " data_alluxio-master.1.jasmo3qhjjs5@web 2018-08-16 18:18:41,298 ERROR TThreadPoolServer - Thrift error occurred during processing of message. bigdata_alluxio-master.1.jasmo3qhjjs5@web org.apache.thrift.protocol.TProtocolException: Missing version in readMess

Re: zeppeling asking to login

2018-08-16 Thread Mohit Jaggi
there were zombie versions of Z running. killed all and then it works. On Thu, Aug 16, 2018 at 10:58 AM Mohit Jaggi wrote: > Thanks Jhon. I did not have z-site.xml, I created one by copying the > template and it has anon access true as you described. Doesn't work. > Interested thing is that used

Writing a custom interpreter: how to use an external repository + class loading problem

2018-08-16 Thread Manuel Vonthron
Hi guys, I'm starting to play with Zeppelin and I find it awesome, this is such a great project, thanks a lot to all the contributors. Now I have two issues at this point I'd like your help with: *1. Can we use a private repository in addition to Maven central and the local filesystem to publish

Re: accessing sql cell from another cell

2018-08-16 Thread Jeff Zhang
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. 于2018年8月17日周五 上午1:55写道: > Hi Anton > > Just for clarification: > The resultset of a %sql cel

Re: accessing sql cell from another cell

2018-08-16 Thread Anton Kulaga
Indeed, that is what I want, thank you! On Fri, Aug 17, 2018, 03:42 Jeff Zhang 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 da