Re: Does zeppelin-0.6 suppport notebooks created with zeppelin-0.5.6?

2016-07-24 Thread Abul Basar
What i did: copied the $zeppelin_home/notebook from old version to new. All previous notebooks worked in new version. On Sunday, 24 July 2016, Egor Pahomov wrote: > Hi, I'm trying to move from zeppelin 0.5.6 to zeppelin 0.6 and new > zeppelin does not read my old notebooks. It's probably I'm d

Re: Filter query results by current user

2016-07-24 Thread moon soo Lee
How about something like %spark val userName = z.getInterpreterContext.getAuthenticationInfo.getUser z.show(sqlContext.sql(s"""select * from data where user="${userName}" """)) Thanks, moon On Sun, Jul 24, 2016 at 3:25 PM Panayotis Trapatsas < p.trapat...@pamediakopes.gr> wrote: > Does the angu

when using SQL No results in table form

2016-07-24 Thread Gilad Landau
Hi Mina, Does it mean that there is no table form output for SQL in Zeppelin 0.6.0 ? Thanks, Gilad From: mina lee [mailto:mina...@apache.org] Sent: Wednesday, July 20, 2016 4:41 PM To: users@zeppelin.apache.org Subject: Re: java.lang.ClassNotFoundException Hi Gilad, For your information, I a

Re: when using SQL No results in table form

2016-07-24 Thread mina lee
Yes, Zeppelin 0.6.0 has issue with table rendering. The known issue is that if you run sql second time, it won't display table. The latest master is supposed to work. If table is not displayed even for the first run, it is a different issue. In that case please feel free to create jira ticket. It w

Re: Does zeppelin-0.6 suppport notebooks created with zeppelin-0.5.6?

2016-07-24 Thread Egor Pahomov
Thanks Abul. The problem was - when I moved to 0.6, Chrome for some reason loaded cached page with no notebooks rather than loading right page. But moving to Firefox helped. 2016-07-24 0:34 GMT-07:00 Abul Basar : > What i did: copied the $zeppelin_home/notebook from old version to new. > All prev

Re: Forbid creating new notes

2016-07-24 Thread moon soo Lee
Hi Krzysztof, It seems currently there is no easy way to disallow notebook creation for particular users or groups. If you can create an issue on our JIRA, that would be helpful. Thanks, moon On Mon, Jul 18, 2016 at 9:59 PM Krzysztof Zarzycki wrote: > Hi Vinay. Thank you for your advice. > Bu

How to get more detailed log info? Modifying log4j.properties doesn't appear to have any effect

2016-07-24 Thread James Adams
My question is whether or not the log4j.properties file has an effect on Zeppelin logging, and if so why do the log messages in logs/zeppelin--myhost.out not reflect the layout specified therein? Some background: I have built Zeppelin 0.5.6 from source on Windows 7. When I launch Zeppelin (bin/z

RE: Spark-sql showing no table

2016-07-24 Thread Vikash Kumar
Hi, I was using the show function. Now I am able to read tables through sql. As I solved this issue with three steps: 1. Copied core-site.xml,hdfs-site.xml and hive-site.xml into ZEPPELIN_HOME/conf folder. 2. Use same sqlContext object for each function 3. By adding import s

Re: RuntimeError: could not open display

2016-07-24 Thread moon soo Lee
Hi, I have found some related topics on Stackoverflow. http://stackoverflow.com/questions/13336823/matplotlib-python-error http://stackoverflow.com/questions/33902941/import-matplotlib-without-a-display Hope this helps. Best, moon On Wed, Jul 20, 2016 at 10:34 AM LE MINHHOANG wrote: > Hi al

Setting default interpreter at notebook level

2016-07-24 Thread Abul Basar
I know there is a way to set up a default interpreter at Zepplin using zeppelin.interpreters property in conf/zeppelin-site.xml. The setting is global is nature. But, is it possible to create a notebook level setting for interpreter? For example, in a notebook I want to set the default interpreter