Re: Issue loading dependency with SPARK_SUBMIT_OPTIONS w/ 0.6.1

2016-08-17 Thread Michael Sells
gmail.com> > *Sent:* Wednesday, August 17, 2016 5:46:35 AM > *To:* users@zeppelin.apache.org > *Subject:* Re: Issue loading dependency with SPARK_SUBMIT_OPTIONS w/ 0.6.1 > > Thanks. I'll file a Jira. Looks like custom repos aren't loading either > from either source. I'll try to repl

Re: Issue loading dependency with SPARK_SUBMIT_OPTIONS w/ 0.6.1

2016-08-16 Thread Mina Lee
I also could reproduce it with Spark 2.0.0, but not with Spark 1.6.1. If you want to use Zeppelin with Spark 2.0, one alternative you can try is using [1] "dependencies" in GUI interpreter menu. [1] http://zeppelin.apache.org/docs/0.6.1/manual/dependencymanagement.html On Wed, Aug 17, 2016 at

Re: Issue loading dependency with SPARK_SUBMIT_OPTIONS w/ 0.6.1

2016-08-16 Thread Jeff Zhang
I can reproduce it in 0.6.1 & master branch, please file a ticket for that. On Wed, Aug 17, 2016 at 4:09 AM, Michael Sells wrote: > Testing out 0.6.1 with Spark 2.0 and discovered the way we load > dependencies doesn't seem to be working with the new update. > > We pass new

Issue loading dependency with SPARK_SUBMIT_OPTIONS w/ 0.6.1

2016-08-16 Thread Michael Sells
Testing out 0.6.1 with Spark 2.0 and discovered the way we load dependencies doesn't seem to be working with the new update. We pass new dependencies in via a SPARK_SUBMIT_OPTIONS environment variable pass the following flags: --packages com.databricks:spark-avro_2.11:3.0.0 Now when I try to