Re: zeppelin architecture with multiple users

2016-09-21 Thread Jeff Zhang
I guess you mean workspace per use, this is not implemented yet, here the multiple user support ticket for zeppelin https://issues.apache.org/jira/browse/ZEPPELIN-1337 For authentication, you can refer this link, https://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/security/shiroauthentication.html On

Re: zeppelin architecture with multiple users

2016-09-21 Thread York Huang
Hi DuyHai, I would like to know how to set up security (authentication and authorization), the architecture, etc. The users are using windows. I am ok to set up individual zeppelin on their desktop or a central zeppelin server. But I want to know the complexity, limitation, details, etc. Many th

Re: zeppelin architecture with multiple users

2016-09-21 Thread York Huang
I would like to know how to set up security (authentication and authorization), the architecture, etc. The users are using windows. I am ok to set up individual zeppelin on their desktop or a central zeppelin server. But I want to know the complexity, limitation, details, etc. On 22 September 201

Re: zeppelin architecture with multiple users

2016-09-21 Thread York Huang
Has anyone set up a multi-users Zeppelin? Can you please share the details? Thanks On 16 September 2016 at 03:51, DuyHai Doan wrote: > Right now, you have some options to isolate the notes. Look at the doc > about interpreter binding mode here : http://zeppelin.apache.org/ > docs/0.7.0-SNAPSH

Re: Regarding some doubts on usage of zeppelin

2016-09-21 Thread DuyHai Doan
Hello 1) Try to look at the angular js front end API http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/displaysystem/front-end-angular.html 2) Manually format your html output with angular ngif directive. 3) use tag On Wed, Sep 21, 2016 at 6:33 PM, Dipesh Vora wrote: > Hi, > > I have some doubt

Regarding some doubts on usage of zeppelin

2016-09-21 Thread Dipesh Vora
Hi, I have some doubts regading the usuage of zeppelin. 1. How to use the text input foram variables value in 1 paragraph in another paragraph in the same notebook? 2. How to change the color of a particular record on some conditions? 3. How to embed an image in a paragraph?

Re: Dependency jars not refreshed after interpreter restart in Zeppelin 0.6.1

2016-09-21 Thread tolomaus
Hi Mina, Thanks a lot for digging into it. See here my work flow: I have two jar files: one with my code (A) and one with all dependencies (B). The one with the code is rebuilt regularly. 1. build jar file A v1 2. start zeppelin 3. remove dependencies for A and B in the spark interpreter, save,

Re: Matplotlib uses tkinter instead of Agg

2016-09-21 Thread Xi Shen
Hi, Finally I worked it out. It is the LANG environment setting is not set in a Ubuntu docker environment. In non-docker environment, LANG is by default set to "en_US.UTF-8". I have to add an extra command to set the value in the docker before starting zeppelin instance. If you are interested, yo