Fwd: Apache Zeppelin 0.6.0 Installation on Windows

2016-07-25 Thread VIVEK NARAYANASETTY
Hi All, Can any one suggest how to Install/Configure zeppelin on windows. FYI, I have downloaded pre built Binary Package Release 0.6.0 and tried to start zeppelin as mentioned in the documentation(refer below URL). But no luck. Please find the attached error log for more details.

Re: Zeppelin multi-user dashboards

2016-07-25 Thread Panayotis Trapatsas
+1. Do we have any updates on this issue? On Thu, Jun 30, 2016 at 10:23 AM, Skanda wrote: > Hi All, > > I have the same requirement as that of Ashish, wherein the same Dashboard > will be used by multiple users and each user will look at the charts by > applying

Re: Filter query results by current user

2016-07-25 Thread Panayotis Trapatsas
Is there a way to open a separate interpreter for each different user that logs in the notebook? On Mon, Jul 25, 2016 at 12:36 PM, Corneau Damien wrote: > There was a thread opened not that long ago in the mailing list with a > similar use case. > > In short, there is

Re: Setting default interpreter at notebook level

2016-07-25 Thread Jongyoul Lee
Hello Abul, Changing orders within a group dynamically is not supported yet. You can change it by making interpreter-setting.json in a resources directory In a interpreter-setting.json, you can find a property named `default`. If it's true, That will be a default interpreter in a group. If you

Re: Filter query results by current user

2016-07-25 Thread Corneau Damien
There was a thread opened not that long ago in the mailing list with a similar use case. In short, there is currently no way to have changes made without those changes being saved. On Mon, Jul 25, 2016 at 6:25 PM, Panayotis Trapatsas < p.trapat...@pamediakopes.gr> wrote: > Thanks moon but this

Re: Filter query results by current user

2016-07-25 Thread Panayotis Trapatsas
Thanks moon but this way all users need to have write permissions to run the report and every time a user runs the reports with his name all other instances are updated with this users data. I am trying to find a way for a user to filter his own data without affecting other users viewing the

Re: Setting default interpreter at notebook level

2016-07-25 Thread Abul Basar
Hi Krishnaprasad, Yes, I have played around with that feature. What I found is "spark, pyspark, r, sql" are grouped together. I use Zeppelin for Spark projects. So I need to set one of these sub-categories as default. Most often I use scala for Spark. But I should be able to create a notebook

Re: Setting default interpreter at notebook level

2016-07-25 Thread Krishnaprasad A S
Hi Abul, You can change the default interpreter for each notebook through zeppelin web UI. Go to the notebook and then settings(up right corner), there you can find Interpreter binding option. You can reorder the interpreters by drag and drop. The first one will be default. Hope this helps.