Tested and some observations / issues:

- We should remove *.md5 from dist.apache.org before publishing (on the other 
hand, .md5 is needed for maven / repository.apache.org)

- also this doc page has hardcoded versions (to 0.7.0), might also need a few 
more updates
https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=blob;f=docs/usage/interpreter/installation.md;h=8bc3b3d8d186f6a2311ba52597dbe694e48835eb;hb=a88e4679a2f28a914fa181ad2df55e3744a8ff6b

- confusing error when running on Java 9 (will open JIRA)
java.lang.NullPointerException
at org.apache.zeppelin.spark.Utils.invokeMethod(Utils.java:44)
at org.apache.zeppelin.spark.Utils.invokeMethod(Utils.java:39)
at 
org.apache.zeppelin.spark.OldSparkInterpreter.createSparkContext_2(OldSparkInterpreter.java:375)
at 
org.apache.zeppelin.spark.OldSparkInterpreter.createSparkContext(OldSparkInterpreter.java:364)
at 
org.apache.zeppelin.spark.OldSparkInterpreter.getSparkContext(OldSparkInterpreter.java:172)
at 
org.apache.zeppelin.spark.OldSparkInterpreter.open(OldSparkInterpreter.java:740)
at org.apache.zeppelin.spark.SparkInterpreter.open(SparkInterpreter.java:61)
at 
org.apache.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInterpreter.java:69)
at 
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:617)
at org.apache.zeppelin.scheduler.Job.run(Job.java:188)
at org.apache.zeppelin.scheduler.FIFOScheduler$1.run(FIFOScheduler.java:140)
at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at 
java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:299)
at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.base/java.lang.Thread.run(Thread.java:844)

- Find/Replace - then Undo behavior seemed erratic (will open JIRA)
1. find some text
2. replace text with something else
3. go to paragraph to try to undo the replace - replace seemed to be going into 
block of text (but not always the whole paragraph)

________________________________
From: Belousov Maksim Eduardovich <m.belou...@tinkoff.ru>
Sent: Wednesday, May 16, 2018 5:43:10 AM
To: dev@zeppelin.apache.org
Subject: RE: [VOTE] Release Apache Zeppelin 0.8.0 (RC2)

+1
Let's release!


I built "branch-0.8" from github with commands [1]
I have got error [2] and I had to switch java version from 1.7.0_67 to 
1.8.0_171.
Did anybody face this problem?


1.
 ./dev/change_scala_version.sh 2.11
mvn clean package -DskipRat -DskipTests -Dcheckstyle.skip

2. Exception in thread "main" java.lang.UnsupportedClassVersionError: 
javax/ws/rs/core/Application : Unsupported major.minor version 52.0
        at java.lang.ClassLoader.defineClass1(Native Method)

Regards,

Maksim Belousov

-----Original Message-----
From: Sanjay Dasgupta [mailto:sanjay.dasgu...@gmail.com]
Sent: Wednesday, May 16, 2018 5:28 AM
To: dev@zeppelin.apache.org
Subject: Re: [VOTE] Release Apache Zeppelin 0.8.0 (RC2)

Hi jongyoul,

Thanks for the clarification, I hadn't thought of that.

Will be good to see 0.8.0 released.

Sanjay

On Wed, May 16, 2018 at 7:24 AM, Jongyoul Lee <jongy...@gmail.com> wrote:

> Hi, Sanjay,
>
> This is because 0.8.0 is not deployed. these artifacts will be
> deployed after passing vote.
>
> Hope this help,
>
> BTW,
>
> I'll give +1 for this version.
>
> JL
>
> On Wed, May 16, 2018 at 8:13 AM, moon soo Lee <m...@apache.org> wrote:
>
> > Thanks Jeff preparing the release.
> >
> > +1
> >
> >  - License exists in source/binary package
> >  - Signature
> >  - Build from source
> >  - Run tutorial notebooks
> >
> > I think ./bin/install-interpreter.sh does not work because 0.8.0
> artifacts
> > are not published yet. If ./bin/install-interpreter.sh command have
> > a capability to add staging repo (
> > https://repository.apache.org/content/repositories/
> orgapachezeppelin-1124/
> > )
> > that'll be helpful verifying RC.
> >
> > On Tue, May 15, 2018 at 10:42 AM Sanjay Dasgupta <
> > sanjay.dasgu...@gmail.com>
> > wrote:
> >
> > > -1
> > >
> > > I downloaded zeppelin-0.8.0-bin-netinst.tgz, and then tried to
> > > install
> > the
> > > shell and jdbc interpreters. Both attempts failed (Ubuntu 16.04,
> > > Oracle
> > JDK
> > > 1.8.0_171).
> > >
> > > The error while trying to install the shell interpreter is shown below:
> > >
> > > $ ./bin/install-interpreter.sh --name shell
> > >
> > > 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:/home/yajnas/Desktop/Data-Analytics-AI/
> > zeppelin/zeppelin-0.8.0-rc2-bin-netinst/lib/interpreter/
> > slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> > > SLF4J: Found binding in
> > >
> > > [jar:file:/home/yajnas/Desktop/Data-Analytics-AI/
> > zeppelin/zeppelin-0.8.0-rc2-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]
> > > Install shell(org.apache.zeppelin:zeppelin-shell:0.8.0) to
> > >
> > > /home/yajnas/Desktop/Data-Analytics-AI/zeppelin/
> zeppelin-0.8.0-rc2-bin-
> > netinst/interpreter/shell
> > > ...
> > > org.sonatype.aether.RepositoryException: Cannot fetch dependencies
> > > for
> > > org.apache.zeppelin:zeppelin-shell:0.8.0
> > > at
> > >
> > > org.apache.zeppelin.dep.DependencyResolver.getArtifactsWithDep(
> > DependencyResolver.java:179)
> > > at
> > >
> > > org.apache.zeppelin.dep.DependencyResolver.loadFromMvn(
> > DependencyResolver.java:128)
> > > at
> > > org.apache.zeppelin.dep.DependencyResolver.load(
> > DependencyResolver.java:76)
> > > at
> > > org.apache.zeppelin.dep.DependencyResolver.load(
> > DependencyResolver.java:93)
> > > at
> > > org.apache.zeppelin.dep.DependencyResolver.load(
> > DependencyResolver.java:85)
> > > at
> > >
> > > org.apache.zeppelin.interpreter.install.InstallInterpreter.install
> > > (
> > InstallInterpreter.java:170)
> > > at
> > >
> > > org.apache.zeppelin.interpreter.install.InstallInterpreter.install
> > > (
> > InstallInterpreter.java:134)
> > > at
> > >
> > > org.apache.zeppelin.interpreter.install.InstallInterpreter.install
> > > (
> > InstallInterpreter.java:126)
> > > at
> > >
> > > org.apache.zeppelin.interpreter.install.InstallInterpreter.main(
> > InstallInterpreter.java:278)
> > > Caused by: org.sonatype.aether.resolution.
> DependencyResolutionException:
> > > Could not find artifact
> > > org.apache.zeppelin:zeppelin-shell:jar:0.8.0
> in
> > > central (http://repo1.maven.org/maven2/) at
> > >
> > > org.sonatype.aether.impl.internal.DefaultRepositorySystem.
> > resolveDependencies(DefaultRepositorySystem.java:375)
> > > at
> > >
> > > org.apache.zeppelin.dep.DependencyResolver.getArtifactsWithDep(
> > DependencyResolver.java:176)
> > > ... 8 more
> > > Caused by: org.sonatype.aether.resolution.ArtifactResolutionException:
> > > Could not find artifact
> > > org.apache.zeppelin:zeppelin-shell:jar:0.8.0
> in
> > > central (http://repo1.maven.org/maven2/) at
> > >
> > > org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(
> > DefaultArtifactResolver.java:537)
> > > at
> > >
> > > org.sonatype.aether.impl.internal.DefaultArtifactResolver.
> > resolveArtifacts(DefaultArtifactResolver.java:216)
> > > at
> > >
> > > org.sonatype.aether.impl.internal.DefaultRepositorySystem.
> > resolveDependencies(DefaultRepositorySystem.java:358)
> > > ... 9 more
> > > Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException:
> Could
> > > not find artifact org.apache.zeppelin:zeppelin-shell:jar:0.8.0 in
> > central (
> > > http://repo1.maven.org/maven2/)
> > > at
> > >
> > > org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.
> > wrap(WagonRepositoryConnector.java:971)
> > > at
> > >
> > > org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.
> > wrap(WagonRepositoryConnector.java:966)
> > > at
> > >
> > > org.sonatype.aether.connector.wagon.WagonRepositoryConnector$
> > GetTask.flush(WagonRepositoryConnector.java:707)
> > > at
> > >
> > > org.sonatype.aether.connector.wagon.WagonRepositoryConnector$
> > GetTask.flush(WagonRepositoryConnector.java:701)
> > > at
> > >
> > > org.sonatype.aether.connector.wagon.WagonRepositoryConnector.get(
> > WagonRepositoryConnector.java:452)
> > > at
> > >
> > > org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(
> > DefaultArtifactResolver.java:456)
> > > ... 11 more
> > > $
> > >
> > >
> > > On Tue, May 15, 2018 at 9:34 PM, Renjith Kamath <
> > renjith.kam...@gmail.com>
> > > wrote:
> > >
> > > > +1
> > > > verified both
> > > >
> > > > Thanks & Regards,
> > > > RK
> > > >
> > > > On Tue, May 15, 2018 at 3:14 PM, Miquel Angel Andreu Febrer <
> > > > miquelangeland...@gmail.com> wrote:
> > > >
> > > > > +1
> > > > >
> > > > > Launched the packages with docker and works well
> > > > >
> > > > > El mar., 15 may. 2018 11:06, Jeff Zhang <zjf...@gmail.com>
> escribió:
> > > > >
> > > > > > Here's my +1
> > > > > >
> > > > > > I verified the both netinst and all-bin of zeppelin. And run
> > zeppelin
> > > > > > tutorial successfully and also run pig tutorial note
> > > > > >
> > > > > >
> > > > > >
> > > > > > Prabhjyot Singh <prabhjyotsi...@apache.org>于2018年5月15日周二
> 下午1:57写道:
> > > > > >
> > > > > > > +1
> > > > > > >
> > > > > > > Downloaded all three version (src, netinst and all) of
> Zeppelin,
> > > all
> > > > > the
> > > > > > > basic interpreter works well.
> > > > > > >
> > > > > > > On 14 May 2018 at 14:38, Jeff Zhang <zjf...@apache.org> wrote:
> > > > > > >
> > > > > > > > Hi folks,
> > > > > > > >
> > > > > > > > I propose the following RC to be released for the Apache
> > Zeppelin
> > > > > > > > 0.8.0 release.
> > > > > > > >
> > > > > > > >
> > > > > > > > The commit id is
> > > > > > > > a88e4679a2f28a914fa181ad2df55e3744a8ff6b
> > > > > > > >
> > > > > > > >
> > > > > > > > *https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;
> > > > > > > > a= commit;h=a88e4679a2f28a914fa181ad2df55e3744a8ff6b
> > > > > > > > <https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;
> > > > > > > > a=
> > > > > > > > commit;h=a88e4679a2f28a914fa181ad2df55e3744a8ff6b>*
> > > > > > > >
> > > > > > > >
> > > > > > > > This corresponds to the tag: v0.8.0-rc2
> > > > > > > >
> > > > > > > > The release archives (tgz), signature, and checksums are
> > > > > > > > here *https://dist.apache.org/repos/dist/dev/zeppelin/
> > > > zeppelin-0.8.0-rc2/
> > > > > > > > <https://dist.apache.org/repos/dist/dev/zeppelin/
> > > > zeppelin-0.8.0-rc2/
> > > > > >*
> > > > > > > >
> > > > > > > >
> > > > > > > > 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-1124/
> > > > > > > >
> > > > > > > > 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?p
> > > > > > > > roje
> > > > > > > > ctId=12316221&version=12339144
> > > > > > > >
> > > > > > > > Vote will be open for next 72 hours (close at 2AM 17/May
> PDT).
> > > > > > > >
> > > > > > > > [ ] +1 approve
> > > > > > > > [ ] 0 no opinion
> > > > > > > > [ ] -1 disapprove (and reason why)
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > >
> > > > > > > Warm Regards,
> > > > > > >
> > > > > > > Prabhjyot Singh
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
>
>
> --
> 이종열, Jongyoul Lee, 李宗烈
> http://madeng.net
>

Reply via email to