-1

Unable to download the artifact from Maven staging repo.


build.sbt
---
name := "template-scala-parallel-classification"

resolvers += "Apache Repository" at
"https://repository.apache.org/content/repositories/orgapachepredictionio-1026";

organization := "org.apache.predictionio"
scalaVersion := "2.11.12"
libraryDependencies ++= Seq(
  "org.apache.predictionio" %% "apache-predictionio-core" % "0.14.0" %
"provided",
  "org.apache.spark"        %% "spark-mllib"              % "2.4.0" %
"provided")
---

pio build --verbose
---
[INFO] [Engine$] [warn] ==== Apache Repository: tried
[INFO] [Engine$] [warn]
https://repository.apache.org/content/repositories/orgapachepredictionio-1026/org/apache/predictionio/apache-predictionio-parent_2.11/0.14.0/apache-predictionio-parent_2.11-0.14.0.pom

[INFO] [Engine$] [warn] Note: Unresolved dependencies path:
[INFO] [Engine$] [warn]
org.apache.predictionio:apache-predictionio-core_2.11:0.14.0
(/PredictionIO-0.14.0/examples/scala-parallel-classification/add-algorithm/build.sbt#L24-27)
[INFO] [Engine$] [warn]  +-
org.apache.predictionio:template-scala-parallel-classification_2.11:0.1.0-SNAPSHOT
[INFO] [Engine$] [error] sbt.librarymanagement.ResolveException:
unresolved dependency:
org.apache.predictionio#apache-predictionio-core_2.11;0.14.0: not
found
---


The parent project is missing from Maven staging repo.

Cancelling this vote thread.


On Thu, Feb 28, 2019 at 4:50 AM Donald Szeto <don...@apache.org> wrote:
>
> +1 binding. I've checked:
>
> - Source tarball signature and checksums
> - Source tarball extracts and compiles to binaries
> - Binary tarball signature and checksums
> - Binary tarball extracts
> - Basic command "pio status" from binary tarball works
>
> Thank you Takako!
>
> Regards,
> Donald
>
> On Wed, Feb 27, 2019 at 8:44 AM Steven Yan
> <steven....@salesforce.com.invalid> wrote:
>
> > +1
> >
> > On Wed, Feb 27, 2019 at 7:03 AM Wei Chen <weichentai...@gmail.com> wrote:
> >
> > > +1
> > >
> > > On Wed, Feb 27, 2019 at 10:40 PM Alex Merritt <emergentor...@apache.org>
> > > wrote:
> > >
> > > > +1
> > > >
> > > > On Tue, Feb 26, 2019 at 11:31 PM takako shimamoto <
> > chiboch...@gmail.com>
> > > > wrote:
> > > >
> > > > > This is the vote for 0.14.0 of Apache PredictionIO.
> > > > >
> > > > > The vote will run for at least 72 hours and will close on Mar. 1st,
> > > 2019.
> > > > >
> > > > > The release candidate artifacts can be downloaded here:
> > > > >
> > > > >
> > > >
> > >
> > https://dist.apache.org/repos/dist/dev/predictionio/apache-predictionio-0.14.0-rc1/
> > > > >
> > > > > Test results of RC1 can be found here:
> > > > > https://travis-ci.org/apache/predictionio/builds/498600516
> > > > >
> > > > > Maven artifacts are built from the release candidate artifacts above,
> > > > > and are provided as convenience for testing with engine templates.
> > The
> > > > > Maven artifacts are provided at the Maven staging repo here:
> > > > >
> > > > >
> > > >
> > >
> > https://repository.apache.org/content/repositories/orgapachepredictionio-1026/
> > > > >
> > > > > All JIRAs completed for this release are tagged with 'FixVersion =
> > > > > 0.14.0'. You can view them here:
> > > > >
> > > > >
> > > >
> > >
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320420&version=12344155
> > > > >
> > > > > The artifacts have been signed with Key : 9F4FBC3D
> > > > >
> > > > > Please vote accordingly:
> > > > >
> > > > > [ ] +1, accept RC as the official 0.14.0 release
> > > > > [ ] -1, do not accept RC as the official 0.14.0 release because...
> > > > >
> > > >
> > >
> > --
> > Thanks,
> > Steven
> >
> > <http://smart.salesforce.com/sig/steven.yan//us_mb/default/link.html>
> >

Reply via email to