Build broken, GitHub issues, snapshot missing?

2017-12-08 Thread darren
Hi Numerous issues trying to get Zeppelin built. Basically the build from source instructions are not working for me. Multiple "The requested profile does not exist" errors for basic stuff. -Pspark-2.0 etc There is no 0.8.0 snapshot or build anywhere? The links to it are all broken

Re: Implementing run all paragraphs sequentially

2017-09-29 Thread darren
We've been needing this feature as well. Very frustrating the way it currently works. Get Outlook for Android On Fri, Sep 29, 2017 at 12:04 AM -0400, "moon soo Lee" wrote: This is going to be really useful! Curios why do you prefer 'note option' instead of 'run option'? Could

Re: Invoke notebook from REST api?

2017-07-21 Thread darren
Thank you Get Outlook for Android From: Park Hoon Sent: Friday, July 21, 3:34 AM Subject: Re: Invoke notebook from REST api? To: users@zeppelin.apache.org Hi,  You can run a specific paragraph async / sync -  http://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/usage/rest

Invoke notebook from REST api?

2017-07-20 Thread darren
Is this possible? Thank you. Get Outlook for Android

Re: JDBC use with zeppelin

2017-07-11 Thread darren
Thank you for your response. Very much appreciated! Get Outlook for Android From: Ruslan Dautkhanov Sent: Monday, July 10, 2:29 PM Subject: Re: JDBC use with zeppelin To: users For Oracle JDBC driver we had to feed ojdb7.jar  into SPARK_SUBMIT_OPTIONS through --jars param

Re: Problem with MariaDB and jdbc

2017-07-10 Thread darren
Best as i recall you can't have two sql statements in one zeppelin note. Try separating them. Get Outlook for Android On Wed, Jul 5, 2017 at 7:13 AM -0400, "Iavor Jelev" wrote: Hi everyone, first off - I'm new to Zeppelin, but I already love it. Great work on the software!

JDBC use with zeppelin

2017-07-10 Thread darren
Hi We want to use a jdbc driver with pyspark through Zeppelin. Not the custom interpreter but from sqlContext where we can read into dataframe. I added the jdbc driver jar to zeppelin spark submit options "--jars" but it still says driver class not found. Does it have to reside somewh

Import functions from other notebook?

2017-06-16 Thread darren
Hi I saw a suggestion on how to run or import separate notebook using %run But this interpreter doesn't exist in 0.7.0 How can I include or run a notebook in a notebook? Get Outlook for Android

Notebooks & Notes

2017-01-24 Thread darren
Hi Just a quick thought. Instead of calling them 'paragraphs' in a notebook. Why not call them 'notes'? They look like post-it notes already. Just a thought. Get Outlook for Android

Re: zeppelin architecture with multiple users

2016-09-26 Thread darren
Just throwing my $0.02 at the prior comment by York. In my opinion users should not "have their own processing". In cloud environments everything is shared because resources are only utilized on demand. Thus users request processing and occupy it while using it then it is released for others. If

Re: Build error zengine

2016-06-21 Thread Darren Govoni
ailure? On Tuesday, June 21, 2016, Darren Govoni <dar...@ontrenet.com> wrote: Ubuntu 15.10 mvn clean package -Pspark-1.6 -Phadoo

Re: Build error zengine

2016-06-21 Thread Darren Govoni
https://github.com/apache/zeppelin 2016-06-21 23:47 GMT+09:00 Vinay Shukla : What is the exact build failure? On Tuesday, June 21, 2016, Darren Govoni wrote: Ubuntu 15.10 mvn clean package -Pspark-1.6 -Phadoop-2.4 -Pyarn -Ppyspark On 06/21/2016 09:

Re: Build error zengine

2016-06-21 Thread Darren Govoni
-21 21:45 GMT+09:00 Darren Govoni <dar...@ontrenet.com>: Hi I am trying to build git repo but zengine fails. Any tips on this?

Build error zengine

2016-06-21 Thread Darren Govoni
Hi I am trying to build git repo but zengine fails. Any tips on this? Thanks  Sent from my Verizon Wireless 4G LTE smartphone

RE: Zeppelin multi-user dashboards

2016-06-16 Thread Darren Govoni
I guess the workaround is to copy the notebook for each user. Simplest solution. Sent from my Verizon Wireless 4G LTE smartphone Original message From: ashish rawat Date: 06/16/2016 6:54 AM (GMT-05:00) To: us...@zeppelin.incubator.apache.org Subject: Zeppelin multi-

Re: Dockerfile?

2016-06-05 Thread Darren Govoni
based, but can give you some help: Spark base: https://github.com/lresende/docker-spark Zeppelin (using the above spark base): https://github.com/lresende/docker-systemml-notebook This is pre-r dependencies, so I still need to update with R. On Sun, Jun 5, 2016 at 10:07 AM, Darren Govoni wrote

Dockerfile?

2016-06-05 Thread Darren Govoni
Hi Does anyone know of an updated docker file that builds latest zeppelin, spark, hadoop etc. Ubuntu based? ThanksDarren Sent from my Verizon Wireless 4G LTE smartphone