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: 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,