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?proje
> > > > > > > > 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