Re: Getting 401 With secure websockets on AWS

2017-06-27 Thread Knapp, Michael
Sorry it took me a while to respond, I got side-tracked. This is still a major problem for me. I am using Zeppelin 0.7.0, I can try upgrading. Other factors: · We are using proxies · This is running in docker and kubernetes now, but in the original email it was installed

Re: Is Zeppelin spark-version agnostic?

2017-06-27 Thread Serega Sheypak
Hi Jeff! Am I right that I don't have to recomplie Zeppelin for scala 2.11 to make it work with spark 2.0 complied for scala 2.11? Zeppelin doesn't really care about spark scala version and spark version overall (1.6 ... 2.0) Thanks! 2017-06-27 18:08 GMT+02:00 Serega Sheypak

Re: NPE in SparkInterpreter.java

2017-06-27 Thread Serega Sheypak
It was my fault, I'm so sorry, I've recompiled zeppelin for scala 2.11 to make it run with cloudera spark 2.0 and used scala 2.10 third party libs. I replaced them with 2.11 versions and it started to work вт, 27 июня 2017 г. в 9:52, Serega Sheypak : > Hi, I'm stuck. >

Re: Is Zeppelin spark-version agnostic?

2017-06-27 Thread Serega Sheypak
Awesome, thanks! вт, 27 июня 2017 г. в 13:47, Jeff Zhang : > > Zeppelin 0.7.2 support all these versions. You can create spark > interpreter for each version in interpreter setting page. And you need to > set the SPARK_HOME to the path where your spark is installed. > > > >

Re: InvalidClassException using Zeppelin (master) and spark-2.1 on a standalone spark cluster

2017-06-27 Thread Jianfeng (Jeff) Zhang
It works for me in master branch. Maybe the issue is due to ZEPPELIN-2375 Could you try 0.7.2 ? Best Regard, Jeff Zhang On 6/27/17, 2:43 PM, "David Howell" wrote: >Hi Jeff, >The ticket says it is fixed from Zeppelin 0.7.0 > >I am running Zeppelin 0.7.1 ,

Re: Is Zeppelin spark-version agnostic?

2017-06-27 Thread Jeff Zhang
Zeppelin 0.7.2 support all these versions. You can create spark interpreter for each version in interpreter setting page. And you need to set the SPARK_HOME to the path where your spark is installed. Serega Sheypak 于2017年6月27日周二 下午6:14写道: > Hi, can zeppelin spark

Is Zeppelin spark-version agnostic?

2017-06-27 Thread Serega Sheypak
Hi, can zeppelin spark interpreter support spark 1.6 / 2.0 / 2.1 I didn't find which spark versions are supported...

Re: NPE in SparkInterpreter.java

2017-06-27 Thread Serega Sheypak
Hi, I'm stuck. I think I've localized the problem. I get non-obvious NPE when I try to add 3rd party jars to spark interpreter using any approach metioned in documentation. Zeppelin works fine for me when I just read text (no external dependencies needed.) 2017-06-26 23:29 GMT+02:00 Richard Xin

RE: InvalidClassException using Zeppelin (master) and spark-2.1 on a standalone spark cluster

2017-06-27 Thread David Howell
Hi Jeff, The ticket says it is fixed from Zeppelin 0.7.0 I am running Zeppelin 0.7.1 , and yes it is fixed for reading from json, but it still throws an error for writing to json. See my repro example. -Original Message- From: Jianfeng (Jeff) Zhang [mailto:jzh...@hortonworks.com]

Re: InvalidClassException using Zeppelin (master) and spark-2.1 on a standalone spark cluster

2017-06-27 Thread Jianfeng (Jeff) Zhang
It is fixed in https://issues.apache.org/jira/browse/ZEPPELIN-1977 Best Regard, Jeff Zhang On 6/27/17, 12:46 PM, "David Howell" wrote: >Hi, >I know this issue is resolved for reading from json, and tested for that >use >case, but I'm seeing the exact same