Re: Zeppelin can let users write Java code?

2017-06-24 Thread Alexander Bezzubov
It's not very well known, but Apache Zeppelin already has one Java interpreter. If you look at Apache Beam one [1] - underneath [2] it has quite generic facilities to interpreter java code, so you can use it for anything, not just Java API of Beam. But Felix's suggestion on using JShell in Java9

Re: [DISCUSS] Reducing default interpreters while building and releasing Zeppelin

2017-06-11 Thread Alexander Bezzubov
Hey guys, great effort! I think people in few other communities will be very happy with it i.e [1] and [2]. Is there an issue that tracks current status or something like that? Does anyone have concrete plans to work on it in this/next release? Sorry if I have missed that out. And please, keep

Re: [VOTE] Release Apache Zeppelin 0.7.0 (RC4)

2017-02-02 Thread Alexander Bezzubov
+1, and thank you for an awesome work Mina! Your persistence in making RCs and incorporating feedback is admirable. Verified: - checksums, signatures + keys for sources and bin-all - bin-all can run all Spark Zeppelin Tutorial in local mode - sources do compile, but only without tests.

Re: [VOTE] Release Apache Zeppelin 0.7.0 (RC1)

2017-01-21 Thread Alexander Bezzubov
Hi Jeff, thank you for the notice, it is a good catch! But the issue that you mention does not have FixFor version assigned - if you want it to part of the release and even conside it as important enough to block the relese vote, could you please update that? This would simplify drastically the

Re: 'File size limit Exceeded' when importing notes - even for small files

2017-01-17 Thread Alexander Bezzubov
Hi, this deflinitly looks like a regredsion/bug, Ruslan, would you mind creating a JIRA issue? Paul, thanks for sharing notebook size reduction pro-tip! -- Alex On Wed, Jan 18, 2017, 10:04 Paul Brenner wrote: > Just a tip that when I ran into this problem I found that

Re: Configuring table format/type detection

2016-11-24 Thread Alexander Bezzubov
Hi Everett, this is a very good question actually. Right now there is not, but it sounds as a great feature, so may be worth filing a JIRA issue. There was a discussion when this feature was contributed [1], [2] and there also is some work on having ability to manually override text\number

Re: Adjust Height of Data Visualization

2016-11-20 Thread Alexander Bezzubov
Hi, it makes sence - did you try draghing a paragraph lower right conner to adjust the output height? -- Alex On Sun, Nov 20, 2016, 16:44 s r wrote: > Hi, Sorry if I'm missing something obvious > I've started using Zeppelin for data exploration and would like to >

Re: Is it possible to run Java code on Zeppelin Notebook?

2016-11-20 Thread Alexander Bezzubov
Good question :) Actually, there is a not very well known yet "hack" (I talked about it a bit on ApacheCon this year) - to run a pure Java paragraph in Apache Zeppelin - you can just use `%beam` interpreter! Beam interpreter uses Beam Java API, so you can leverage it i.e to run WEKA machine

Re: Unable to connect with Spark Interpreter

2016-11-16 Thread Alexander Bezzubov
Hi Jan, this is rather generic error saying that ZeppelinServer somehow could not connect to the interpreter proces on your machine. Could you please share more from logs/* in particular, .out and .log of the Zeppelin server AND zepplein-interpreter-spark*.log - usually this is enough to

Re: Two different errors while executing Spark SQL queries against cached temp tables

2016-11-16 Thread Alexander Bezzubov
Hi Florian, sorry for slow response, I guess the main reason for not much feedback here is that its hard to reproduce the error you describe, as it does not happen reliably even on your local environment. java.lang.NoSuchMethodException: org.apache.spark.io.LZ4CompressionCodec This can be a

Re: Using R package with hidden credentials

2016-09-26 Thread Alexander Bezzubov
Hi Kevin, approach #2 sounds very reasonable and should work indeed. Ahyoung, how do you think you could you take a quick look at the cases with SparkR that Kevin described and see if that is documented\expected outcome? -- Alex On Fri, Sep 23, 2016 at 9:17 AM, Kevin Niemann

Re: build issue, do i need root?

2016-08-19 Thread Alexander Bezzubov
Hi Mohit, no, you do not need to be root in order to build Apache Zeppelin. This looks like zeppelin-web module failed to build web application. This might happen due to different reasons i.e one common is networking issues with bower or npm access. Usually maven build logs list path to npm

Re: [ANNOUNCE] Apache Zeppelin 0.6.1 released

2016-08-16 Thread Alexander Bezzubov
Congratulations, everyone! And thank you Mina for putting it all together! https://twitter.com/ApacheZeppelin/status/765459508315303936 -- Alex On Tue, Aug 16, 2016 at 4:57 PM, Mina Lee wrote: > The Apache Zeppelin community is pleased to announce the availability of >

Re: show() function not found by the python interpreter after modifying the source code

2016-08-14 Thread Alexander Bezzubov
; Hi Alex, > > On Sat, Aug 13, 2016 at 7:53 PM, Alexander Bezzubov <b...@apache.org> > wrote: > > > > > > Hi Alex, > > answer inline > > > > On Sat, Aug 13, 2016 at 1:15 PM, Goodman, Alexander (398K) < > alexander.good...@jpl.nasa.gov> wrote: &

Re: show() function not found by the python interpreter after modifying the source code

2016-08-13 Thread Alexander Bezzubov
have in Apache Zeppelin? May be we should start a new thread discussing it in more details. > Thanks, > Alex > > On Fri, Aug 12, 2016 at 8:53 PM, Alexander Bezzubov <b...@apache.org> > wrote: > >> Hi Alexander, >> >> thank you for contributing Matplotlib

Re: show() function not found by the python interpreter after modifying the source code

2016-08-12 Thread Alexander Bezzubov
Hi Alexander, thank you for contributing Matplotlib integration improvements! You are right, it's odd and this is not your text editor's fault - our current Python interpreter implementation is quite early stages and these are artefacts of the way it currently works. Sometimes it does not accept

Re: Access resource pool from python interpreter

2016-08-12 Thread Alexander Bezzubov
Yep, it's not supported yet so please file a JIRA issue and I will be happy to help adding it! -- Alex On Sat, Aug 13, 2016, 01:16 moon soo Lee wrote: > %python does not expose the api to access resource pool, yet. I think > it's great to have. > > PyZeppelinContext [1] can be

Re: Drill JDBC Interpreter: Connection Refused

2016-07-28 Thread Alexander Bezzubov
Hi Kevin, this is very strange indeed. Could you please try to delete ./logs/* restart Zeppelin and try again, and then post 2 full log files, of both zeppelin server and drill interpreter I.e on gist or pastebin and share a link here? This should help to debug the situation. -- Alex On Fri,

Re: Spark/Zeppelin/Cassandra talk

2016-07-21 Thread Alexander Bezzubov
Thanks for sharing the feedback, Duy Hai Doan! It could be great to have ZeppelinServer as well as all interpreters exposing their metrics with something like http://metrics.dropwizard.io and we could make default notebook after them periodically and visualize the results :) -- Alex On Fri,

Re: Ask opinion regarding 0.6.0 release package

2016-06-21 Thread Alexander Bezzubov
It sounds as a most flexible way, let's try it for 0.6 release and see if it addresses all user needs well. Untill we have GUI for interpreter loading, I feel we also should try our best to make sure netinst usage is documented well, so users on different environments (no internet, corporate

Re: Small tips when running Zeppelin on EMR

2016-05-30 Thread Alexander Bezzubov
Thank you for sharing, Kevin! Great tips, especially how to setup S3 storage on EMR. -- Alex On Wed, May 18, 2016 at 6:04 PM, Kevin (Sangwoo) Kim wrote: > Hi Ahyoung, > > I just added #6 while writing this mail, after realized I kept the cluster > turn on after the