Apache Zeppelin in Spain

2016-11-09 Thread Mina Lee
Hi, I'd like to let you know that some of PMCs and committers will be in Spain for the ApacheCon Big Data Europe 2016. We are planning to hold a small Zeppelin hands-on session for beginners on 15th or 16th. And also we want to help you to get involved in Zeppelin development if you have some

Re: Zeppelin with Separate Spark Connection

2016-11-09 Thread moon soo Lee
Hi Keren, Have you tried to set 'master' property in 'interpreter' GUI menu? Basically, set SPARK_HOME env variable and 'master' property would enough for basic configuration. Please take a look http://zeppelin.apache.org/docs/0.6.2/interpreter/spark.html#2-set-master-in-interpreter-menu .

Re: Zeppelin with Separate Spark Connection

2016-11-09 Thread Luciano Resende
On Wed, Nov 9, 2016 at 1:34 PM, Tseytlin, Keren < keren.tseyt...@capitalone.com> wrote: > Hi All, > > > > I’ve just set up Zeppelin, and I’ve also set up my own Spark with > connection to Alluxio. I installed Zeppelin using the binary. When I use > Zeppelin, it seems to be using some internal

Zeppelin with Separate Spark Connection

2016-11-09 Thread Tseytlin, Keren
Hi All, I’ve just set up Zeppelin, and I’ve also set up my own Spark with connection to Alluxio. I installed Zeppelin using the binary. When I use Zeppelin, it seems to be using some internal Spark, not the one that I set up. What configurations should I set in order to make the notebooks and

Problem with scheduler (stops after ten executions)

2016-11-09 Thread Florian Schulz
Hi,    I have a problem with the scheduler. I have a notebook and I execute the spark code in it every minute (with the cron scheduler). The scheduler starts ten times and then it stops and do nothing anymore (in no notebook at all). I use version 0.6.2 of Apache Zeppelin. Do you have any idea,