Re: Box plot graph support missing,

2015-09-28 Thread madhuka udantha
Hi, rookalkar contact me over her gmail, for her task. You can try it, if you need her help. BTW she also followed[1] which is shared Damien. Box plot can added easily for zeppelin. If I have time I will fix it. http://madhukaudantha.blogspot.kr/2015/08/introducing-new-chart-library-and-types.ht

Re: Box plot graph support missing,

2015-09-28 Thread Corneau Damien
1) Thats the best step by step approach to get a new graph working. 2) you can use 'grunt serve' (cf. https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-web/README.md ) On Sep 29, 2015 2:53 AM, "ÐΞ€ρ@Ҝ (๏̯͡๏)" wrote: > I did have a look at the PR 321 and failed to get in touch wit

Re: Zeppelin and R

2015-09-28 Thread Leonardo Foderaro
glad to know that my code is working not only on my machine lol that's an interesting point about multiple R statements without the need of a separator, ideally it should work as close as possible to the plain R console. also, since we're talking about implementation details probably we should be

Re: temp dirs in Zeppelin - best practice

2015-09-28 Thread Leonardo Foderaro
yep sorry! moving there! On Mon, Sep 28, 2015 at 11:12 PM, Alexander Bezzubov wrote: > Hi Leonardo, > > /tmp is always a safe bet, but notebook directory might be an option as > well, although there are no guarantees that it will be preserved there by > Zeppelin. > > Also, probably details on in

Re: temp dirs in Zeppelin - best practice

2015-09-28 Thread Alexander Bezzubov
Hi Leonardo, /tmp is always a safe bet, but notebook directory might be an option as well, although there are no guarantees that it will be preserved there by Zeppelin. Also, probably details on interpreter implementation are not very interesting to all the readers of users@ list so we better mov

Re: Help with loading a CSV using Spark-SQL & Spark-CSV

2015-09-28 Thread Alexander Bezzubov
Hi, thank you for your interested in Zeppelin! Couple of things I noticed: as you probably already know , %dep and %spark parts should always be in separate paragraphs. %spark already exposes sql context though `sqlc` variable, so you better use sqlc.load("...") instead. And of course to be abl

Re: Zeppelin and R

2015-09-28 Thread Stefan Thorbjørn Blixen-Finecke
Hi Leonardo, Thank you very much for the code. It works! Initially I forgot to start the Rserve separately which results in c being null in line 80, this causes a null pointer exception. I noticed that the use of capture.output(cmd) to execute the input means that executing multiple commands i

Re: Box plot graph support missing,

2015-09-28 Thread ๏̯͡๏
I did have a look at the PR 321 and failed to get in touch with its developer (rookalkar) via linkedin/gmail/twitter. I attempted to add candle stick support to zeppelin. In short it did not work, in long read on. *JS Error: (Chrome developer tools)* TypeError: nv.models[b] is not a function

Help with loading a CSV using Spark-SQL & Spark-CSV

2015-09-28 Thread Ryan
Hi, In a Zeppelin notebook, I am trying to load a csv using the spark-csv package by databricks. I am using the Hortonworks sandbox to run Zeppelin on. Unfortunately, the methods I have been trying have not been working. My latest attempt is: %dep z.load("com.databricks:spark-csv_2.10:1.2.0") %sp

temp dirs in Zeppelin - best practice

2015-09-28 Thread Leonardo Foderaro
Hi all, Inside a custom Interpreter I need to create a temp file. where should I place it? maybe a dir with the notebook ID as its name? thanks, leo

Re: Zeppelin server can get very slow when logs/ folder is too big

2015-09-28 Thread tog
Yes I would agree. Sometimes I have noticed that a note takes a long time to load but that is because it embed all the results that are used to display (previously obtained) results - some can be several MBs On 28 September 2015 at 09:55, Corneau Damien wrote: > Not sure why the logs server sid

Re: Box plot graph support missing,

2015-09-28 Thread Corneau Damien
You can find a lot of informations in the README.md in github. There is also a few guides on how to contribute https://github.com/apache/incubator-zeppelin/blob/master/CONTRIBUTING.md https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-web/CONTRIBUTING.md And regarding the box plot,

Re: Zeppelin server can get very slow when logs/ folder is too big

2015-09-28 Thread Corneau Damien
Not sure why the logs server side would slow the UI though On Sep 28, 2015 7:07 AM, "ÐΞ€ρ@Ҝ (๏̯͡๏)" wrote: > +1 > > On Sun, Sep 27, 2015 at 7:30 AM David Salinas > wrote: > >> Just did it, thanks for your fast answer. >> >> https://issues.apache.org/jira/browse/ZEPPELIN-326 >> >> On Sun, Sep 27,

Re: Zeppelin and R

2015-09-28 Thread Leonardo Foderaro
Hi, I've just pushed to my repo my version of the RInterpreter: https://github.com/leonardofoderaro/incubator-zeppelin/tree/r-interpreter/R it's a work in progress, I'm still working on the proper output format (e.g. if the result of your expression is a vector actually you get only the first ele

Re: Is it possible to customize the skin on Zeppelin?

2015-09-28 Thread Kevin (Sangwoo) Kim
There's no way to change it from UI, but Zeppelin is an opensourse, you can change it from css. 2015년 9월 28일 (월) 오전 9:40, IT CTO 님이 작성: > I think you should open a JIRA issue for that. > Eran > > בתאריך יום א׳, 27 בספט׳ 2015, 08:12 מאת Girish Reddy >: > >> Is it possible to customize the skin on

Re: Is it possible to customize the skin on Zeppelin?

2015-09-28 Thread IT CTO
I think you should open a JIRA issue for that. Eran בתאריך יום א׳, 27 בספט׳ 2015, 08:12 מאת Girish Reddy : > Is it possible to customize the skin on Zeppelin? In other words, replace > the Zeppelin logo with something else? > > I understand we can customize the notebook itself. But I am more > in

Re: Zeppelin first time user: some questions.

2015-09-28 Thread Ashish Dalal
R support on zeppelin is present though it has not gone public, here is the repo you can fork and get it to work for yourself. https://github.com/elbamos/incubator-zeppelin/tree/rinterpreter/

Re: Zeppelin first time user: some questions.

2015-09-28 Thread Vinay Shukla
Spark supports Scala, Java, Python & R. Zeppelin supports the first 3, R support is in progress. On Monday, September 28, 2015, Eugene wrote: > Regarding Q2, it's not really possible currently. > > See this feature request: > https://issues.apache.org/jira/browse/ZEPPELIN-320 > > 2015-09-28 4:08