Re: Trying to build Zeppelin, hitting the following error

2017-10-16 Thread Mina Lee
Hi Micheal, have you tried to run `./dev/change_scala_version.sh 2.11` and add `-Pscala-2.11` profile to mvn command? When you build Zeppelin, maven doesn't use the scala version that is pre-installed on your machine, but it downloads scala version that is specified in active profile. You will ne

Re: Demo: Zeppelin Table of Contents Spell

2017-10-16 Thread moon soo Lee
Wow! I didn't expected that Spell can be used in this way! I think it opens new possibility. Thanks for sharing! Regards, moon On Mon, Oct 16, 2017 at 11:21 AM Cyril Scetbon wrote: > Nice ! > > On Oct 16, 2017, at 1:56 PM, Ryan wrote: > > Check it out! > > This feature was the biggest thing st

Re: Demo: Zeppelin Table of Contents Spell

2017-10-16 Thread Ruslan Dautkhanov
Thank you for sharing this Ryan. Would be great to make it floating like in Jupyter [image: Inline image 1] http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/toc2/README.html That was my favorite plugin in Jupyter. -- Ruslan Dautkhanov On Mon, Oct 16, 2017 at 11:56

Downloading files from the notebook

2017-10-16 Thread Jeff Chung
I have a notebook that can create a PDF dynamically. I would like to be able to have a user to download the PDF. I tried storing the PDF in the notebook directory and creating a href link to http://localhost:8080/#/notebook/{notebook id}/mypdf.pdf but zeppelin just displays the zeppelin home inst

Re: Demo: Zeppelin Table of Contents Spell

2017-10-16 Thread Cyril Scetbon
Nice ! > On Oct 16, 2017, at 1:56 PM, Ryan wrote: > > Check it out! > > This feature was the biggest thing stopping me from switching from Jupyter to > Zeppelin, it makes it very easy to navigate large notebooks. > > Don’t look at the code, I wrote it from within the chrome developer console

Demo: Zeppelin Table of Contents Spell

2017-10-16 Thread Paul Brenner
Everyone, it is important that you understand that Ryan is my new favorite person.  Thank you Ryan. I’m so excited about this. ( http://www.placeiq.com/ ) ( http://www.placeiq.com/ ) ( http://www.placeiq.com/ ) Paul Brenner ( https://twitter.com/placeiq ) ( https://twitter.com/placeiq ) ( http

Demo: Zeppelin Table of Contents Spell

2017-10-16 Thread Ryan
Check it out! This feature was the biggest thing stopping me from switching from Jupyter to Zeppelin, it makes it very easy to navigate large notebooks. Don’t look at the code, I wrote it from within the chrome developer console lol. https://github.com/Submersible/zeppelin-toc-spell

Trying to build Zeppelin, hitting the following error

2017-10-16 Thread Michael Segel
Hi, I’m trying to build 0.7.3 release of zeppeling on a Centos 7 box. I have /opt/scala and /opt/spark setup and their bin directories in my path. (scala 2.11.11 and spark 2.1.1) I’m trying to build a basic release ‘mvn clean package -DskipTests’ to start… I’m running in to the followin

Re: Zepplin 0.7.3 DEBUG console output, how do I switch it off!!! Spark 2.2.0-bin-hadoop2.7

2017-10-16 Thread Jeff Zhang
Check the spark interpreter setting amersh...@gmail.com 于2017年10月16日周一 下午5:07写道: > > > On 2017-10-14 06:48, Jeff Zhang wrote: > > I just suspect it is due to different spark configuration in zeppelin > spark > > interpreter and spark-shell. Please make sure they are using the same > > configurat

Zeppelin Request Logs

2017-10-16 Thread Deenar Toraskar
Hi We have clients using Zeppelin and would like to track the usage. I was wondering if it is possible to turn on the Request logs for Zeppelin. Has anyone done this before? Does Zeppelin uses Jetty as the webserver ? https://www.eclipse.org/jetty/documentation/9.4.x/configuring-jetty-request-logs

PLEASE HELP: Spark query through Zeppelin 0.7.3 runs so much slower than the same query through spark-shell

2017-10-16 Thread amersh...@gmail.com
Hello there This questions relates to a previous query. Im filtering a single row from a 5 million row dataframe. Through Zeppelin the query takes 7minutes. Through spark-shell, it takes 1.5minutes. I need help with this to see why the Zeppelin query is taking a much slower path. Please help

Re: Zepplin 0.7.3 DEBUG console output, how do I switch it off!!! Spark 2.2.0-bin-hadoop2.7

2017-10-16 Thread amersh...@gmail.com
On 2017-10-14 06:48, Jeff Zhang wrote: > I just suspect it is due to different spark configuration in zeppelin spark > interpreter and spark-shell. Please make sure they are using the same > configuration. > > > Amer Sheikh 于2017年10月14日周六 > 下午1:44写道: > > > Hi Jeff > >