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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo