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
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
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
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
>
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
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
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
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
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
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
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
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
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
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
: 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
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>
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
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
?
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
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
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
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
22 matches
Mail list logo