Re: Implementing run all paragraphs sequentially

2017-09-28 Thread moon soo Lee
This is going to be really useful! Curios why do you prefer 'note option' instead of 'run option'? Could you compare their pros and cons? Thanks, moon On Thu, Sep 28, 2017 at 8:32 AM Herval Freire wrote: > +1, our internal users at Twitter also often request this > >

Re: Zeppelin Interpreter Page Not Showing

2017-09-28 Thread Tan, Jialiang
Hi, We are using version 0.6.2 and the log does not have anything. Thanks, Jialiang From: "Jianfeng (Jeff) Zhang" Reply-To: "users@zeppelin.apache.org" Date: Wednesday, September 27, 2017 at 5:28 PM To: "users@zeppelin.apache.org"

Updated NGINX docs?

2017-09-28 Thread Michael Segel
So I’ve downloaded the prebuilt nginx by setting up the repo and pulling down the pre-built version 1.13 Unfortunately the documentation with Zeppelin 7.3 doesn’t match and is way off. Anyone have any pointers? Basically there is no ./sites-available directory. So where should the zeppelin

Re: Implementing run all paragraphs sequentially

2017-09-28 Thread Herval Freire
+1, our internal users at Twitter also often request this From: Belousov Maksim Eduardovich Sent: Thursday, September 28, 2017 8:28:58 AM To: users@zeppelin.apache.org Subject: Implementing run all paragraphs sequentially Hello, users! At

Implementing run all paragraphs sequentially

2017-09-28 Thread Belousov Maksim Eduardovich
Hello, users! At the moment our analysts often use mixes of interpreters in their notes. For example, they prepare data using %jdbc and then use it in %pyspark. Besides, they often use scheduling to make some regular reporting. And they should do something like `time.sleep()` to wait for the

Re: SSL for either 7.2 or 7.3?

2017-09-28 Thread Michael Segel
On Sep 28, 2017, at 6:59 AM, Michael Segel > wrote: Thanks for the fast response. A friend also recommended this… and it was my next step if I couldn’t get this to work. I always suspect human error first. (Human meaning me. :-)

Re: SSL for either 7.2 or 7.3?

2017-09-28 Thread Michael Segel
Thanks for the fast response. A friend also recommended this… and it was my next step if I couldn’t get this to work. I always suspect human error first. (Human meaning me. :-) Where I did something stupid to muck it up. I’m going to try one last thing before I give up on the SSL and then

Re: SSL for either 7.2 or 7.3?

2017-09-28 Thread Markus Härnvi
In my experience it's easier to front with a nginx reverse proxy. https://zeppelin.apache.org/docs/0.7.3/security/authentication.html /Markus 2017-09-28 13:37 GMT+02:00 Michael Segel : > Hi, > > While I have 7.3 set up on my mac and it works fine for local use ( >

SSL for either 7.2 or 7.3?

2017-09-28 Thread Michael Segel
Hi, While I have 7.3 set up on my mac and it works fine for local use (http://127.0.0.1:8080) I want to install zeppelin on an edge node of my hadoop cluster. Because I’m going to be exposing the ip traffic across a network, I want to make sure I’m using SSL. Unfortunately, its a big fail. I