Re: Zeppelin framework is not getting unregistered from Mesos

2017-04-26 Thread Meethu Mathew
Hi Moon, Yes its fixed in 0.7.1. Thank you Regards, Meethu Mathew On Wed, Apr 26, 2017 at 10:42 PM, moon soo Lee wrote: > Some bugs related to interpreter process management has been fixed in > 0.7.1 release [1]. Could you try 0.7.1 or master branch and see if the same > problem occurs? > > T

Re: Windows Build Support

2017-04-26 Thread moon soo Lee
Filed an infra issue to enable appveyor support. https://issues.apache.org/jira/browse/INFRA-14019 Thanks, moon On Fri, Apr 21, 2017 at 2:22 AM Park Hoon <1am...@gmail.com> wrote: > Thanks for reply @moon. > > > Additionally, i create umbrella issue for windows support > > - https://issues.apach

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 ge

Re: Data Source Authorization - JDBC Credential

2017-04-26 Thread moon soo Lee
I think actual user passed to JDBC driver is retrieved here https://github.com/apache/zeppelin/blob/v0.7.1/jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java#L322 On Tue, Apr 25, 2017 at 11:15 AM Paul Brenner wrote: > I have restarted interpreter after creating the entity in crede

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 subm

Re: How do I configure R interpreter in Zeppelin?

2017-04-26 Thread moon soo Lee
Zeppelin includes two R interpreter implementations. One used to activated by -Psparkr the other -Pr. Since https://github.com/apache/zeppelin/pull/2215, -Psparkr is activated by default. And if you're trying to use sparkR, -Psparkr (activated by default in master branch) is implementation you mig

Re: paragraph log is shown always

2017-04-26 Thread moon soo Lee
Unfortunately, report view does not supposed to hide 'text' output. Because Zeppelin can not distinguish if text output is the console output user want to hide or if text output is some information that user want to display. %spark df = // create your data frame z.getInterpreterContext.out.cl

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 version 0.7.0 and 0.7.1 . > >

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 hos

Re: Zeppelin framework is not getting unregistered from Mesos

2017-04-26 Thread moon soo Lee
Some bugs related to interpreter process management has been fixed in 0.7.1 release [1]. Could you try 0.7.1 or master branch and see if the same problem occurs? Thanks, moon [1] https://issues.apache.org/jira/browse/ZEPPELIN-1832 On Wed, Apr 26, 2017 at 1:13 AM Meethu Mathew wrote: > Hi, > >

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 t

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 it in *windows* platform.

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 > > > 보낸 사람: Ahyoung Ryu > 보