Re: Zeppelin Query

2017-02-07 Thread moon soo Lee
Hi, For 2) and 3), you might want to try "Personalized mode" [1] with shiro authentication on. Zeppelin currently does not have drilling down feature. But you can implement any type of interaction, including drill down feature, using angular display system[2] inside of Zeppelin notebook, if you ha

Re: Need a role that can change dynamic form and run the paragragh but can't change the code

2017-02-07 Thread moon soo Lee
Thanks for sharing your needs. https://issues.apache.org/jira/browse/ZEPPELIN-1369 is tracking this issue. Hope we have implementation, soon. Best, moon On Wed, Feb 8, 2017 at 12:40 PM Ray wrote: > Hello, > > I upgraded my Zeppelin to 0.7.0. In personal mode, every writer can change > the dyna

Need a role that can change dynamic form and run the paragragh but can't change the code

2017-02-07 Thread Ray
Hello, I upgraded my Zeppelin to 0.7.0. In personal mode, every writer can change the dynamic form separately and has his own view of the paragraph. This is a great feature and I appreciate that. But writers can also change the code of the paragraph that will sync to the view of other writers. For

Re: Zeppelin 0.7.0 - change of dynamic form element does not trigger paragraph execution

2017-02-07 Thread moon soo Lee
Hi Jan, Thanks for questions. https://issues.apache.org/jira/browse/ZEPPELIN-2060 is the issue tracks dynamic form execution behavior change. We're planning to provide more intuitive way in 0.7.1. Disappearing dynamic form element when hide the output is expected behavior. While Hiding editor an

Zeppelin 0.7.0 - change of dynamic form element does not trigger paragraph execution

2017-02-07 Thread Jan Rasehorn
Hello, I am currently trying 0.7.0 version and run my notebooks in created with 0.6.2. I recognized that the paragraph does not get executed automatically if I change the value of a dynamic form which I created with z.select(...). Additionally the output of scala is printed below the dynamic form

Class not found exception when executing rdd transform function with lambdas: regression?

2017-02-07 Thread Benoit Hanotte
Hello all, I am experiencing a ClassNotFoundException when trying to run RDD transaformations on Zeppelin 0.7.0, spark 2.1 compiled under scala 2.10 and hadoop 2.6.0-cdh5.5.0 It only happens when using lambdas it seems and seems to match this very issue that was fixed a few months ago: https://iss

Zeppelin Query

2017-02-07 Thread Mohit Singh
Hi, I am new to zeppelin and trying to explore its features of Zeppelin, could you please clarify below doubts. 1). How to create Drill Down Reports and drill down graphs . 2). Want to show both Table and chart in two different iframes however "Link this Paragraph" shows only last selection 3).

Re: ImportError: No module named Tkinter

2017-02-07 Thread Joaquín Silva
Solved, I had to restart the python interpreter On 2017-02-07 11:06 (-0300), "Joaquín Silva" wrote: > Hello, > I'm trying to import import matplotlib.pyplot but it throws this error: > > ile "", line 1, in > File "/usr/lib64/python2.7/site-packages/matplotlib/pyplot.py", line 115, > in

Re: ImportError: No module named Tkinter

2017-02-07 Thread moon soo Lee
This might help http://stackoverflow.com/a/40547480/2952665 Thanks, moon On Tue, Feb 7, 2017 at 11:06 PM Joaquín Silva < joaquin.silva.vigen...@gmail.com> wrote: > Hello, > I'm trying to import import matplotlib.pyplot but it throws this error: > > ile "", line 1, in > File "/usr/lib64/python

ImportError: No module named Tkinter

2017-02-07 Thread Joaquín Silva
Hello, I'm trying to import import matplotlib.pyplot but it throws this error: ile "", line 1, in File "/usr/lib64/python2.7/site-packages/matplotlib/pyplot.py", line 115, in _backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup() File "/usr/lib64/python2.7/site-pac

Hive support is required to select over the following tables:

2017-02-07 Thread Daniel Haviv
Hi, I'm creating a table using the %sql context in the following manner: create table wikistatnew2 (projectcode string, pagename string, pageviews int, pagesize int) ROW FORMAT DELIMITED FIELDS TERMINATED BY ' ' LOCATION 's3://' but when I try to select from it, I'm getting the following error

Re: How can I install Python packages from within a Zeppelin notebook?

2017-02-07 Thread moon soo Lee
If you have Conda environment, you can try use %python.conda interpreter included in 0.7.0. http://zeppelin.apache.org/docs/0.7.0/interpreter/python.html#conda Features are not fully documented on website, but if you just run "%python.conda help" it'll print full features. %python.conda interprete

Re: The access of interpreter setting, credentials and configurations info

2017-02-07 Thread moon soo Lee
Although i don't know the best way to pass Shiro configuration to the front-end, the hide some menu based on permission make sense. Thanks, moon On Tue, Feb 7, 2017 at 7:08 PM Windy Qin wrote: > hi all, >The Zeppelin 0.7.0 enabled user to secure interpreter setting, > credentials and config

The access of interpreter setting, credentials and configurations info

2017-02-07 Thread Windy Qin
hi all, The Zeppelin 0.7.0 enabled user to secure interpreter setting, credentials and configurations info by shiro. If you remove the following notes in shiro.ini: [ #/api/interpreter/** = authc, roles[admin] #/api/configurations/** = authc, roles[admin] #/api/credential/** = authc, roles[

How can I install Python packages from within a Zeppelin notebook?

2017-02-07 Thread Partridge, Lucas (GE Aviation)
The docs for the Python interpreter say: "The interpreter can use all modules already installed (with pip, easy_install...)". For example, on my own personal Zeppelin installation I can access the hdfs package by running s

Re: Visualize streaming data

2017-02-07 Thread DuyHai Doan
What you want is an auto-refresh of the visualization right ? Why not use the cron-scheduling feature ? On Tue, Feb 7, 2017 at 9:19 AM, Jeff Zhang wrote: > Zeppelin's built-in visualization capability is helpful for batch data > analysis, I am wondering whether zeppelin support to visualize stre

Visualize streaming data

2017-02-07 Thread Jeff Zhang
Zeppelin's built-in visualization capability is helpful for batch data analysis, I am wondering whether zeppelin support to visualize streaming data. e.g. I have a spark stream app which would produce site traffic per minute. Is it possible for zeppelin to visualize this data over time ? And also I

Re: Setting a max value for the Y Axis on Zeppelin vizualisation

2017-02-07 Thread Windy Qin
As far as I know it's self-adaptation . On 2017-02-07 14:37 (+0800), kevin giroux wrote: > How can i fix a max value for my Y Axis when a use some graphical chart on > my notebook. > > I didn't find anything about that on the setting. > > Sincerely, > > > -- > Kévin Giroux >