Re: csv dependencies loaded in %spark but not %sql in spark 1.6/zeppelin 0.5.6

2016-02-02 Thread Benjamin Kim
Same here. I want to know the answer too. > On Feb 2, 2016, at 12:32 PM, Jonathan Kelly wrote: > > Hey, I just ran into that same exact issue yesterday and wasn't sure if I was > doing something wrong or what. Glad to know it's not just me! Unfortunately I > have not

Re: csv dependencies loaded in %spark but not %sql in spark 1.6/zeppelin 0.5.6

2016-02-02 Thread Jonathan Kelly
BTW, this sounds very similar to https://issues.apache.org/jira/browse/ZEPPELIN-297, which affects %pyspark and was fixed in Zeppelin 0.5.5. On Tue, Feb 2, 2016 at 12:32 PM Jonathan Kelly wrote: > Hey, I just ran into that same exact issue yesterday and wasn't sure if I

Re: Upgrade spark to 1.6.0

2016-02-02 Thread Daniel Valdivia
Hello, An update on the matter, using compile string mvn clean package -Pspark-1.6 -Dspark.version=1.6.0 -Dhadoop.version=2.6.0-cdh5.4.8 -Phadoop-2.6 -Pyarn -Ppyspark -Pvendor-repo -DskipTests I end up getting the following error stack trace upon executing a new JSON

RE: csv dependencies loaded in %spark but not %sql in spark 1.6/zeppelin 0.5.6

2016-02-02 Thread Lin, Yunfeng
I’ve created an issue in jira https://issues.apache.org/jira/browse/ZEPPELIN-648 From: Benjamin Kim [mailto:bbuil...@gmail.com] Sent: Tuesday, February 02, 2016 3:34 PM To: users@zeppelin.incubator.apache.org Cc: d...@zeppelin.incubator.apache.org Subject: Re: csv dependencies loaded in %spark

Re: csv dependencies loaded in %spark but not %sql in spark 1.6/zeppelin 0.5.6

2016-02-02 Thread Jonathan Kelly
Awesome, thank you! BTW, I know that the Zeppelin 0.5.6 release was only very recently, but do you happen to know yet when you plan on releasing 0.6.0? On Tue, Feb 2, 2016 at 1:07 PM mina lee wrote: > This issue has been fixed few days ago in master branch. > > Here is the

Re: csv dependencies loaded in %spark but not %sql in spark 1.6/zeppelin 0.5.6

2016-02-02 Thread Mina Lee
@Janathan Zeppelin community plans to release every 3 months so I expect next release will be around end of April. @Lin The workaround I can think of right now is adding libraries to ZEPPELIN_CLASSPATH in bin/interpreter.sh To do this, 1. place all libraries you need(commons-csv-1.1.jar,

Re: md interpreter is slow

2016-02-02 Thread 류아영
Glad to hear that you find a reason and solve it !  Thanks, Ahyoung On Wed, Feb 3, 2016 at 2:13 PM, Zhong Wang wrote: > Thank you Ahyoung for working on reproducing the issue! The document you > attached doesn't have the issue. > > I played a little bit more, and I

Re: Data Visualization Map

2016-02-02 Thread Corneau Damien
Hi, We do want to include it, we were waiting on Madhuka so far to rebase his PR On Tue, Feb 2, 2016 at 11:21 PM, Ankur Jain wrote: > Hello Everyone, > > > > Is leaflet or any Map visualization library is part of Zeppelin? > > > > Also is there any plan to include leaflet

Data Visualization Map

2016-02-02 Thread Ankur Jain
Hello Everyone, Is leaflet or any Map visualization library is part of Zeppelin? Also is there any plan to include leaflet library as part of Zeppelin? https://github.com/Madhuka/incubator-zeppelin Thanks Ankur Information transmitted by this e-mail is proprietary to YASH Technologies and/ or

md interpreter is slow

2016-02-02 Thread Zhong Wang
Hi guys, I am writing some documentation in Zeppelin using the md interpreter, and found that it is pretty slow to render. The documentation is not very long: less than 1000 words with some code. I tried both Safari and Chrome, and it seems Chrome is slower: browser get stuck without response for

Re: md interpreter is slow

2016-02-02 Thread Corneau Damien
@Ahyoung He meant that he is writting markdown using zeppelin interpreter :) I actually never tried with a lot of lines, of long does it take? If its really long, that might be worth opening an issue On Feb 2, 2016 6:27 PM, "류아영" wrote: > Hi Zhong, > Thank you for the

Re: md interpreter is slow

2016-02-02 Thread 류아영
@ Damien Oh my gosh, I didn't catch well. Then I'll try to reproduce for him : ) On Wed, Feb 3, 2016 at 11:43 AM, Corneau Damien wrote: > @Ahyoung He meant that he is writting markdown using zeppelin interpreter > :) > > I actually never tried with a lot of lines, of long

Re: Notebook Authorization Design

2016-02-02 Thread Eric Charles
(see my answers inline) On 01/02/16 20:18, Prasad Wagle wrote: Thanks Moon and Eric. I created a pull request - https://github.com/apache/incubator-zeppelin/pull/681 and am looking forward to community feedback. I am getting a Travis CI build error