[GitHub] [zeppelin] zjffdu commented on pull request #3806: [ZEPPELIN-4863]. User credential usage in jdbc interpreter doesn't work when the interpreter name is not jdbc

2020-06-27 Thread GitBox


zjffdu commented on pull request #3806:
URL: https://github.com/apache/zeppelin/pull/3806#issuecomment-650688803


   Thanks for the review @Reamer  I have fixed them



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [zeppelin] asfgit closed pull request #3821: [ZEPPELIN-4890]. Support to run note in isolated mode in rest api

2020-06-27 Thread GitBox


asfgit closed pull request #3821:
URL: https://github.com/apache/zeppelin/pull/3821


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Created] (ZEPPELIN-4923) Add document for FileSystemNotebookRepo

2020-06-27 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4923:


 Summary: Add document for FileSystemNotebookRepo
 Key: ZEPPELIN-4923
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4923
 Project: Zeppelin
  Issue Type: Sub-task
  Components: documentation
Affects Versions: 0.9.0
Reporter: Jeff Zhang






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [zeppelin] zjffdu commented on pull request #3825: [ZEPPELIN-4915] K8s with java lib

2020-06-27 Thread GitBox


zjffdu commented on pull request #3825:
URL: https://github.com/apache/zeppelin/pull/3825#issuecomment-650684415


   @Reamer Does the k8s doc needs update ? 
http://zeppelin.apache.org/docs/0.9.0-preview1/quickstart/kubernetes.html



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Created] (ZEPPELIN-4922) Use original flink web url for job progress polling

2020-06-27 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4922:


 Summary: Use original flink web url for job progress polling
 Key: ZEPPELIN-4922
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4922
 Project: Zeppelin
  Issue Type: Bug
  Components: flink
Affects Versions: 0.9.0
Reporter: Jeff Zhang


The replaced flink web url doesn't work for job progress polling, we should 
still use the original url. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ZEPPELIN-4921) spark.jars not working

2020-06-27 Thread David Lacalle Castillo (Jira)
David Lacalle Castillo created ZEPPELIN-4921:


 Summary: spark.jars not working
 Key: ZEPPELIN-4921
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4921
 Project: Zeppelin
  Issue Type: Bug
  Components: Interpreters
Affects Versions: 0.9.0
Reporter: David Lacalle Castillo


I am running zeppelin on kubernetes. My spark workers have a jar with google 
stroage connector . I tried modifying spark interpreter and adding spark.jars 
pointing to the executor location where the jars are.

 

However, spark keeps telling that it cannot find the connector!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ZEPPELIN-4920) Building project with maven not working

2020-06-27 Thread David Lacalle Castillo (Jira)
David Lacalle Castillo created ZEPPELIN-4920:


 Summary: Building project with maven not working
 Key: ZEPPELIN-4920
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4920
 Project: Zeppelin
  Issue Type: Bug
  Components: Interpreters, Kubernetes, spark
Affects Versions: 0.9.0
Reporter: David Lacalle Castillo


I have cloned the branch 0.9.0.

 

I updated the zeppelin docker images to use apache/zeppelin:0.9.0.

With that image Spark interpreter was not working on gke.

 

So I decided to build by myself the image. You need to build zeppelin project. 
For that purpose I used: {{mvn package -DskipTests -Pbuild-distr}}

{{}}

{{However, it throws lot of errors and build is not completed}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [zeppelin] WaterKnight1998 commented on pull request #3648: [ZEPPELIN-4618] Zeppelin on Kubernetes does not automatically configure Spark on Kubernetes

2020-06-27 Thread GitBox


WaterKnight1998 commented on pull request #3648:
URL: https://github.com/apache/zeppelin/pull/3648#issuecomment-650610996


   @Leemoonsoo @zjffdu I have tried to deploy on kubernetes. I updated zeppelin 
image for using apache/zeppelin:0.9.0.
   
   When I run a paragraph that requires pyspark it says that interpreter is 
missing!!



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Created] (ZEPPELIN-4919) My spark executors have GC storage connector but is not loaded

2020-06-27 Thread David Lacalle Castillo (Jira)
David Lacalle Castillo created ZEPPELIN-4919:


 Summary: My spark executors have GC storage connector but is not 
loaded
 Key: ZEPPELIN-4919
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4919
 Project: Zeppelin
  Issue Type: Bug
  Components: spark
Affects Versions: 0.9.0
Reporter: David Lacalle Castillo


I have the following code:

%spark.dep
z.addRepo("maven").url("https://mvnrepository.com/;)
z.load("com.google.cloud.bigdataoss:gcs-connector:jar:hadoop3-2.1.3")

 

However, when I try to load data from google storage it trhows me next error:

```

Py4JJavaError: An error occurred while calling o72.csv. : 
java.lang.RuntimeException: java.lang.ClassNotFoundException: Class 
com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem not found at 
org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2195) at 
org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2654) at 
org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2667) at 
org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:94) at 
org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2703) at 
org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2685) at 
org.apache.hadoop.fs.FileSystem.get(FileSystem.java:373) at 
org.apache.hadoop.fs.Path.getFileSystem(Path.java:295) at 
org.apache.spark.sql.execution.datasources.DataSource$$anonfun$org$apache$spark$sql$execution$datasources$DataSource$$checkAndGlobPathIfNecessary$1.apply(DataSource.scala:547)
 at 
org.apache.spark.sql.execution.datasources.DataSource$$anonfun$org$apache$spark$sql$execution$datasources$DataSource$$checkAndGlobPathIfNecessary$1.apply(DataSource.scala:545)
 at 
scala.collection.TraversableLike$$anonfun$flatMap$1.apply(TraversableLike.scala:241)
 at 
scala.collection.TraversableLike$$anonfun$flatMap$1.apply(TraversableLike.scala:241)
 at scala.collection.immutable.List.foreach(List.scala:392) at 
scala.collection.TraversableLike$class.flatMap(TraversableLike.scala:241) at 
scala.collection.immutable.List.flatMap(List.scala:355) at 
org.apache.spark.sql.execution.datasources.DataSource.org$apache$spark$sql$execution$datasources$DataSource$$checkAndGlobPathIfNecessary(DataSource.scala:545)
 at 
org.apache.spark.sql.execution.datasources.DataSource.resolveRelation(DataSource.scala:359)
 at 
org.apache.spark.sql.DataFrameReader.loadV1Source(DataFrameReader.scala:223) at 
org.apache.spark.sql.DataFrameReader.load(DataFrameReader.scala:211) at 
org.apache.spark.sql.DataFrameReader.csv(DataFrameReader.scala:618) at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498) at 
py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) at 
py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) at 
py4j.Gateway.invoke(Gateway.java:282) at 
py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) at 
py4j.commands.CallCommand.execute(CallCommand.java:79) at 
py4j.GatewayConnection.run(GatewayConnection.java:238) at 
java.lang.Thread.run(Thread.java:748) Caused by: 
java.lang.ClassNotFoundException: Class 
com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem not found at 
org.apache.hadoop.conf.Configuration.getClassByName(Configuration.java:2101) at 
org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2193) ... 30 
more (, Py4JJavaError('An error occurred 
while calling o72.csv.\n', JavaObject id=o75), )

``` 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [zeppelin] asfgit closed pull request #3824: [ZEPPELIN-4914] Exclude factorypath in rat.

2020-06-27 Thread GitBox


asfgit closed pull request #3824:
URL: https://github.com/apache/zeppelin/pull/3824


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Re: [Announce] New Zeppelin Committer: Philipp Dallig

2020-06-27 Thread Xun Liu
That's great news!
Welcome aboard Philipp!
:-)

On Sat, Jun 27, 2020 at 8:43 AM Yadong Xie  wrote:

> welcome!
>
> On Saturday, June 27, 2020, Alex Ott  wrote:
>
> > That's great news! Welcome aboard Philipp!
> >
> > On Fri, Jun 26, 2020 at 8:23 AM Jeff Zhang  wrote:
> >
> > >
> > > The Project Management Committee (PMC) for Apache Zeppelin
> > > has invited Philipp Dallig to become a committer and we are very
> pleased
> > > to announce that he has accepted.
> > >
> > > We greatly appreciate all of Philipp Dallig's hard work and generous
> > > contributions to the project. We look forward to continued involvement
> in
> > > the project.
> > >
> > > Congratulations & Welcome aboard Philipp Dallig !
> > >
> > >
> > > --
> > > Best Regards
> > >
> > > Jeff Zhang
> > >
> >
> >
> > --
> > With best wishes,Alex Ott
> > http://alexott.net/
> > Twitter: alexott_en (English), alexott (Russian)
> >
>


[jira] [Created] (ZEPPELIN-4918) Add a Table of Contents to the new Zeppelin UI's sidebar

2020-06-27 Thread Pranav Tharoor (Jira)
Pranav Tharoor created ZEPPELIN-4918:


 Summary: Add a Table of Contents to the new Zeppelin UI's sidebar
 Key: ZEPPELIN-4918
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4918
 Project: Zeppelin
  Issue Type: Improvement
  Components: GUI
Reporter: Pranav Tharoor
Assignee: Pranav Tharoor


It would be convenient to have a Table of Contents (ToC) for the notebooks in 
the new Zeppelin UI. This will help easy navigation and summarisation for long 
notebooks. The ToC can be added to the sidebar which currently contains the 
notebook selection tree.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [zeppelin] zjffdu commented on pull request #3822: [ZEPPELIN-4907]. Add LocalRecoveryStorage

2020-06-27 Thread GitBox


zjffdu commented on pull request #3822:
URL: https://github.com/apache/zeppelin/pull/3822#issuecomment-650523546


   Will merge if no more comment



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org