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

2016-02-03 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

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

2016-02-02 Thread Lin, Yunfeng
Hi guys, I load spark-csv dependencies in %spark, but not in %sql using apache zeppelin 0.5.6 with spark 1.6.0. Everything is working fine in zeppelin 0.5.5 with spark 1.5 through Do you have similar problems? I am loading spark csv dependencies (https://github.com/databricks/spark-csv)

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

2016-02-02 Thread Jonathan Kelly
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 yet had the time to look any deeper into it. Would you mind filing a JIRA if there isn't already one? On Tue, Feb 2, 2016 at 12:29

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

2016-02-02 Thread mina lee
This issue has been fixed few days ago in master branch. Here is the PR https://github.com/apache/incubator-zeppelin/pull/673 And related issues filed in JIRA before https://issues.apache.org/jira/browse/ZEPPELIN-194 https://issues.apache.org/jira/browse/ZEPPELIN-381 With the latest master

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 Lin, Yunfeng
Thanks! Is there a possible workaround for 0.5.6 before releasing 0.6.0? From: Jonathan Kelly [mailto:jonathaka...@gmail.com] Sent: Tuesday, February 02, 2016 4:19 PM To: dev@zeppelin.incubator.apache.org; users Subject: Re: csv dependencies loaded in %spark but not %sql in spark 1.6/zeppelin

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: us...@zeppelin.incubator.apache.org Cc: dev@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 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: csv dependencies loaded in %spark but not %sql in spark 1.6/zeppelin 0.5.6

2016-02-02 Thread Lin, Yunfeng
Thanks, Mina, I confirm that the workaround works! -Original Message- From: Mina Lee [mailto:mina...@apache.org] Sent: Tuesday, February 02, 2016 6:22 PM To: users Cc: dev@zeppelin.incubator.apache.org Subject: Re: csv dependencies loaded in %spark but not %sql in spark 1.6/zeppelin