Re: Can't delete an empty paragraph?

2017-04-26 Thread moon soo Lee
Checked last 3 version 0.6.2, 0.7.0, 0.7.1, and all they can remove empty paragraph. Thanks, moon On Mon, Apr 24, 2017 at 1:44 AM Partridge, Lucas (GE Aviation) < lucas.partri...@ge.com> wrote: > Thanks moon. Unfortunately I’m not an admin for the system I’m using and > don’t control when it

Re: How do I configure R interpreter in Zeppelin?

2017-04-26 Thread Ruslan Dautkhanov
Thanks for feedback. %spark.r print("Hello World!") throws exception [2]. Understood - I'll try to remove -Pr and rebuild Zeppelin. Yep, I used a fresh master snapshot. ( I have't seen anything in maven build logs that could indicate a problem around R interpreter) Will update this email thread

Customizing sparkconfig before starting spark app

2017-04-26 Thread Serega Sheypak
Hi, I have few questions about spark application customization 1. Is it possible to set spark app name from notebook, not from zeppelin conf? 2. Is is possible to register custom kryo serializers? 3. Is it possible to configure user name? Right now I'm running zeppelin as root and all jobs are

Re: paragraph log is shown always

2017-04-26 Thread Jan Rasehorn
Hello Moon, thank you for your suggestion. I already called "clear output" through the web UI action for one of my paragraphs. But it does not help, since clearing the output means to remove also the output that actually shall be displayed. To make it more clear what I mean. I'm using the spark

Re: paragraph log is shown always

2017-04-26 Thread moon soo Lee
You can clear output in %spark z.getInterpreterContext.out.clear in %pyspark z.getInterpreterContext().out().clear() It may help hide unwanted output displayed. Thanks, moon On Tue, Apr 25, 2017 at 11:09 AM Jan Rasehorn wrote: > Hello, > > I'm currently running

Zeppelin Load test

2017-04-26 Thread Yeshwanth Jagini
Hi we are trying to setup zeppelin for our developer team, before doing that i want to understand how zeppelin resource management is done. for example let's say i have 15 users who are running notebooks from zeppelin, simultaneously what is the ideal configuration needed for the machine that

Last chance: ApacheCon is just three weeks away

2017-04-26 Thread Rich Bowen
ApacheCon is just three weeks away, in Miami, Florida, May 15th - 18th. http://apachecon.com/ There's still time to register and attend. ApacheCon is the best place to find out about tomorrow's software, today. ApacheCon is the official convention of The Apache Software Foundation, and includes

Zeppelin framework is not getting unregistered from Mesos

2017-04-26 Thread Meethu Mathew
Hi, We have connected our zeppelin to mesos. But the issue we are facing is that Zeppelin framework is not getting unregistered from Mesos even if the notebook is closed. Another problem is if the user logout from zeppelin, the SparkContext is getting stopped. When the same user login again, it

Re: Zeppelin build from source

2017-04-26 Thread Raffaele S
This might be a bug with the latest master on git, could you try building Zeppelin stable (0.7.1)? 2017-04-21 17:59 GMT+02:00 Swapnil Shinde : > Hello Everyone > I am new to zeppelin world and trying to build zeppelin source code > for the first time. I am building

Re: How do I configure R interpreter in Zeppelin?

2017-04-26 Thread Ruslan Dautkhanov
Hi moon soo Lee, Cloudera's Spark doesn't have $SPARK_HOME/bin/sparkR Would Zeppelin still enable its sparkR interpreter then? Built Zeppelin using $ mvn clean package -DskipTests -Pspark-2.1 -Ppyspark > -Dhadoop.version=2.6.0-cdh5.10.1 -Phadoop-2.6 -Pyarn *-Pr* -Pvendor-repo > -Pscala-2.10 -pl

Re: Could not resolve dependencies for project org.apache.zeppelin:zeppelin-spark_2.10:jar:0.8.0-SNAPSHOT

2017-04-26 Thread Raffaele S
If the script is not sufficient, please downgrade your scala version to 2.11. Scala 2.12 is not officially supported. Raffaele 2017-04-21 3:54 GMT+02:00 Kang Minwoo : > Thanks, I will try that. > > Best regards, > Minwoo Kang > >