-1

1. The autocomplete in JDBC doesn't work because of completionSupport.
You could set `"completionSupport": false` in interpreter.json while Zeppelin 
is down, but settings is reverted to "true" after Zeppelin start.
We can set completionSupport to false before compilation or fix side effect of 
PR2885 [1].
Ipython autocomplete works well.

Minor:
2. Paragraph result export to Excel doesn't work. Enough to hide those buttons 
(see attach).


3. The release notes can contain open unresolved issues because they checked 
only fix version field and don't check status "Resolved".
I have remove mentions of "0.8.0" in some open issues, but it's good to check 
filter.



1. https://github.com/apache/zeppelin/pull/2885  - [ZEPPELIN-3001] Disable ace 
editor code completion when backend interpreter support completion


Regards, 

Maksim Belousov

-----Original Message-----
From: Jeff Zhang [mailto:[email protected]] 
Sent: Wednesday, May 09, 2018 9:06 AM
To: [email protected]
Subject: Re: [VOTE] Release Apache Zeppelin 0.8.0 (RC1)

Hi Prabhjyot & Renjith,

This is because you enable ipython, if you disable ipython (set 
zeppelin.python.useIPython to false), it works properly.



Miquel Angel Andreu Febrer <[email protected]>于2018年5月9日周三
下午1:31写道:

> +1
>
> El mié., 9 may. 2018 6:10, Renjith Kamath <[email protected]>
> escribió:
>
> > -1
> >
> > zeppelin-0.8.0-bin-netinst failed
> >
> > Thanks & Regards,
> > RK
> >
> > On Wed, May 9, 2018 at 9:22 AM, Prabhjyot Singh <
> [email protected]>
> > wrote:
> >
> > > -1
> > >
> > > zeppelin-0.8.0-bin-netinst fails to start with below exception,
> however,
> > > zeppelin-0.8.0-bin-all looks good.
> > >
> > > ZEPPELIN_CLASSPATH:
> > > ::/Users/prabhjyot.singh/Downloads/zeppelin-0.8.0-bin-
> > > netinst/lib/interpreter/*:/Users/prabhjyot.singh/
> > > Downloads/zeppelin-0.8.0-bin-netinst/lib/*:/Users/
> > > prabhjyot.singh/Downloads/zeppelin-0.8.0-bin-netinst/*::
> > > /Users/prabhjyot.singh/Downloads/zeppelin-0.8.0-bin-netinst/conf
> > > Java HotSpot(TM) 64-Bit Server VM warning: ignoring option 
> > > MaxPermSize=512m; support was removed in 8.0
> > > SLF4J: Class path contains multiple SLF4J bindings.
> > > SLF4J: Found binding in
> > > [jar:file:/Users/prabhjyot.singh/Downloads/zeppelin-0.8.
> > > 0-bin-netinst/lib/interpreter/slf4j-log4j12-1.7.10.jar!/org/
> > > slf4j/impl/StaticLoggerBinder.class]
> > > SLF4J: Found binding in
> > > [jar:file:/Users/prabhjyot.singh/Downloads/zeppelin-0.8.
> > > 0-bin-netinst/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/
> > > impl/StaticLoggerBinder.class]
> > > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for 
> > > an explanation.
> > > SLF4J: Actual binding is of type 
> > > [org.slf4j.impl.Log4jLoggerFactory]
> > > Exception in thread "main" java.lang.ExceptionInInitializerError
> > > at
> > > org.apache.zeppelin.conf.ZeppelinConfiguration.create(
> > > ZeppelinConfiguration.java:136)
> > > at
> > org.apache.zeppelin.server.ZeppelinServer.main(ZeppelinServer.java:1
> > 69)
> > > Caused by: java.lang.NullPointerException at 
> > > java.util.Properties$LineReader.readLine(Properties.java:434)
> > > at java.util.Properties.load0(Properties.java:353)
> > > at java.util.Properties.load(Properties.java:341)
> > > at org.apache.zeppelin.util.Util.<clinit>(Util.java:41)
> > > ... 2 more
> > >
> > >
> > >
> > > On 9 May 2018 at 07:25, Jeff Zhang <[email protected]> wrote:
> > >
> > > > Hi folks,
> > > >
> > > > I propose the following RC to be released for the Apache 
> > > > Zeppelin
> > > > 0.8.0 release.
> > > >
> > > >
> > > > The commit id is 2745afe734f06558155e8e0af876cfc1bbb62109 :
> > > >
> > > > https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=commit;
> > > > h=
> > > > 2745afe734f06558155e8e0af876cfc1bbb62109
> > > >
> > > > This corresponds to the tag: v0.8.0-rc1
> > > >
> > > > The release archives (tgz), signature, and checksums are here 
> > > > https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.8.0-r
> > > > c1/
> > > >
> > > > The release candidate consists of the following source 
> > > > distribution
> > > archive
> > > > zeppelin-0.8.0.tgz
> > > >
> > > > In addition, the following supplementary binary distributions 
> > > > are
> > > provided
> > > > for user convenience at the same location 
> > > > zeppelin-0.8.0-bin-all.tgz
> > > >
> > > > zeppelin-0.8.0-bin-netinst.tgz
> > > >
> > > > The maven artifacts are here
> > > > https://repository.apache.org/content/repositories/
> > > orgapachezeppelin-1079
> > > > You can find the KEYS file here:
> > > > https://dist.apache.org/repos/dist/release/zeppelin/KEYS
> > > >
> > > > Release notes available at
> > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> > > > projectId=12316221&version=12339144
> > > >
> > > > Vote will be open for next 72 hours (close at 11PM 11/May PDT).
> > > >
> > > > [ ] +1 approve
> > > > [ ] 0 no opinion
> > > > [ ] -1 disapprove (and reason why)
> > > >
> > >
> > >
> > >
> > > --
> > > Thankx and Regards,
> > >
> > > Prabhjyot Singh
> > >
> >
>

Reply via email to