Re: Chrome not displaying Login element with authentication enabled

2016-07-25 Thread Samuel Lachterman
Hi Ahyoung, Thanks for this guidance, that’s interesting regarding the browser cache. I was able to fix this using the idea in this HCC post. Once I changed the zeppelin.serv

RE: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-07-25 Thread Kevin Verhoeven
That worked successfully, thanks for the quick response! Kevin From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: Monday, July 25, 2016 4:35 PM To: users@zeppelin.apache.org Subject: Re: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException You need to specfi

Re: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-07-25 Thread Jeff Zhang
You need to specfiy the following 2 dependencies, see the doc here http://zeppelin.apache.org/docs/0.6.0/interpreter/hive.html org.apache.hive:hive-jdbc:0.14.0 org.apache.hadoop:hadoop-common:2.6.0 On Tue, Jul 26, 2016 at 7:30 AM, Kevin Verhoeven wrote: > I built Zeppelin 0.6.0 against CDH 5.7

Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-07-25 Thread Kevin Verhoeven
I built Zeppelin 0.6.0 against CDH 5.7.1 using the following command: sudo mvn clean package -Pspark-1.6 -Dhadoop.version=2.6.0-cdh5.7.1 -Phadoop-2.6 -Pvendor-repo –DskipTests Zeppelin started successfully. I then created an Interpreter for Hive using the Jdbc Interpreter. I created a new Noteb

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. https://zeppel

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 different filters. Can somebody f

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 currently no way to have ch

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 don

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 w

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 repor

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 usin

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. Rega