zeppelin 0.8.0-rc2 pyspark error

2018-07-06 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
Hi All, I am running the streaming pyspark programme from pyspark interpreter by using zeppelin-0.8.0-rc2 code . When pyspark streaming programme is being submitted, it is giving following error message, When we see the driver logs. ERROR [2018-07-06 06:35:14,026] ({JobScheduler} Logging.scala

zeppelin 0.8.0-rc2 pyspark error

2018-07-05 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
Hi All, I am running the streaming pyspark programme from pyspark interpreter by using zeppelin-0.8.0-rc2 code . When pyspark streaming programme is being submitted, it is giving following error message, When we see the driver logs. ERROR [2018-07-06 06:35:14,026] ({JobScheduler} Logging.scala

zeppelin on k8s with ingress path is not working

2018-06-28 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
Hi, We are trying to deploy zeppelin on kubernetes using nginx ingress controller. When we set a "/" path for ingress, we are able to access GUI. When we set a path ("/zeppelinui"), zeppelin responds back with 404 as the jetty server is unable to find "/zeppelinui" resource. Can somebody help m

RE: zeppelin start is failing on zeppelin v0.8.0-rc2

2018-06-05 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
0-rc2/ Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore) < naveenakumar_gurushantap.panchappana...@nokia.com>于2018年5月17日周四 下午8:47写道: > The mvn command used to build the source code is > > mvn clean install -DskipTests -Drat.skip=true -Pspark-2.2 -Phadoop2 > -Pscala-2.11 >

zeppelin code build is failing

2018-05-25 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
Hi All, I am trying to build zeppelin source code offline , I mean to say without setting http,https proxies in npm. Because as we are building on our own environment there proxies are not available only our art factories are available. So we are setting npm registry to point to our artifacto

cleaning up of built zeppelin source code.

2018-05-23 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
Hi All, After building zeppelin source code, I want to clean up the dependencies all it has downloaded including node , maven etc. In a way I want to revert back built code to original code. Mvn clean command, I have used, but is there any thing should also be done for cleaning process. Comm

RE: zeppelin start is failing on zeppelin v0.8.0-rc2

2018-05-17 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
The mvn command used to build the source code is mvn clean install -DskipTests -Drat.skip=true -Pspark-2.2 -Phadoop2 -Pscala-2.11 we will try with without profiles and get back. Regards Naveen From: Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore) Sent: Thursday, May 17, 2018

zeppelin start is failing on zeppelin v0.8.0-rc2

2018-05-17 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
Hi All, We have cloned the source code https://github.com/apache/zeppelin/archive/v0.8.0-rc2.tar.gz from this uri built the source code after generating zeppelin tar ball. When we are issuing the command to start zeppelin server bin/zeppelin.sh start We are getting the following exception whil

support of PR#2637 in 0.8.0

2018-05-10 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
Hi All, Zeppelin 0.8.0 supports Spark 2.3.0. Spark 2.3.0 supports running in Kubernetes cluster. Will Zeppelin support working with Spark on Kubernetes? Will 0.8.0 include the PR#2637? Regards Naveen

RE: merging of https://github.com/apache/zeppelin/pull/2637 change

2018-05-09 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
details in your PR. Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore) < naveenakumar_gurushantap.panchappana...@nokia.com>于2018年5月9日周三 下午4:57写道: > Hi All, > > We had one of the requirement of supporting zeppelin deployment over > Kubernetes cluster and running

merging of https://github.com/apache/zeppelin/pull/2637 change

2018-05-09 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
Hi All, We had one of the requirement of supporting zeppelin deployment over Kubernetes cluster and running spark jobs over zeppelin through spark interpreter. * As a first step, we have cloned the zeppelin source code having last commit id: 685eb9249d1c1d821ce57f1ed0559f1539dfbe69 * W

RE: pspark interpreter not working for matplot library

2018-04-30 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
matplot library Which commit are you in ? I suspect you may mix with different zeppelin versions. Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore) < naveenakumar_gurushantap.panchappana...@nokia.com>于2018年4月30日周一 下午5:48写道: > Hi Zhang, > > When I use the following c

RE: pspark interpreter not working for matplot library

2018-04-30 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
for matplot library Which commit are you in ? I suspect you may mix with different zeppelin versions. Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore) < naveenakumar_gurushantap.panchappana...@nokia.com>于2018年4月30日周一 下午5:48写道: > Hi Zhang, > > When I use the fol

RE: pspark interpreter not working for matplot library

2018-04-30 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
brary 2 Approaches for you. 1. Use the ipython approach I mentioned above 2. Disable ipython by setting zeppelin.pyspark.useIPython to false Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore) < naveenakumar_gurushantap.panchappana...@nokia.com>于2018年4月30日周一 下午4:09写道: > H

RE: pspark interpreter not working for matplot library

2018-04-30 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
: dev@zeppelin.apache.org Subject: Re: pspark interpreter not working for matplot library 2 Approaches for you. 1. Use the ipython approach I mentioned above 2. Disable ipython by setting zeppelin.pyspark.useIPython to false Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore

RE: pspark interpreter not working for matplot library

2018-04-30 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
interpreter not working for matplot library 2 Approaches for you. 1. Use the ipython approach I mentioned above 2. Disable ipython by setting zeppelin.pyspark.useIPython to false Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore) < naveenakumar_gurushantap.panchappana...@nokia.com>

RE: pspark interpreter not working for matplot library

2018-04-30 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
0.9.0 Snapshot > > > > Regards > > Naveen > > > > > > -Original Message- > > From: Jeff Zhang [mailto:zjf...@gmail.com] > > Sent: Sunday, April 29, 2018 8:00 AM > > To: dev@zeppelin.apache.org > > Subject: Re: pspark interpre

RE: pspark interpreter not working for matplot library

2018-04-30 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
can do inline plotting by adding the following code %matplotlib inline Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore) < naveenakumar_gurushantap.panchappana...@nokia.com>于2018年4月30日周一 下午12:35写道: > The zeppelin version is 0.9.0 Snapshot > > Regards > Na

RE: pspark interpreter not working for matplot library

2018-04-29 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
? Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore) < naveenakumar_gurushantap.panchappana...@nokia.com>于2018年4月29日周日 上午4:20写道: > Hi All, > > I am trying to run pyspark interpreter by using matplot library which > plots simple graph,but its not showing any graph pl

pspark interpreter not working for matplot library

2018-04-28 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
Hi All, I am trying to run pyspark interpreter by using matplot library which plots simple graph,but its not showing any graph plot diagram instead it returning one general object, but when we use python interpreter it is able to plot the graph. Pyspark programme %pyspark import matplotlib.pyp

RE: zeppelin build is failing

2018-04-09 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
ZEPPELIN-3367, I will fix it soon. Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore) < naveenakumar_gurushantap.panchappana...@nokia.com>于2018年4月7日周六 上午5:30写道: > Hi All, > > I am trying out building latest zeppelin source on one of my vm machine . > > I getting th

zeppelin build is failing

2018-04-06 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
Hi All, I am trying out building latest zeppelin source on one of my vm machine . I getting the following error can any body help on this. Zeppelin 0.9.0-SNAPSHOT SUCCESS [ 3.985 s] [INFO] Zeppelin: Interpreter Parent ... SUCCESS [ 0.859 s] [INF