|
|
-
Hadoop 0.23 jars in mvn repo?
Edward J. Yoon 2012-02-01, 03:22
Hi,
Hadoop 0.23 jars are seems still not in mvn repo. When will it be uploaded?
Thanks.
-- Best Regards, Edward J. Yoon @eddieyoon
-
Re: Hadoop 0.23 jars in mvn repo?
David Capwell 2012-02-01, 05:16
you can find them in snapshot. Try URL repository.apache.org/snapshot On Jan 31, 2012 7:22 PM, "Edward J. Yoon" <[EMAIL PROTECTED]> wrote:
> Hi, > > Hadoop 0.23 jars are seems still not in mvn repo. When will it be uploaded? > > Thanks. > > -- > Best Regards, Edward J. Yoon > @eddieyoon >
-
Re: Hadoop 0.23 jars in mvn repo?
David Capwell 2012-02-01, 05:21
Sorry, i mean http://repository.apache.org/snapshots/This should work in your pom : <build> ... <repositories> <repository> <id>apache.snapshots</id> <name>Maven Plugin Snapshots</name> <url> http://repository.apache.org/snapshots/</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> ... <build> On Tue, Jan 31, 2012 at 9:16 PM, David Capwell <[EMAIL PROTECTED]> wrote: > you can find them in snapshot. Try URL repository.apache.org/snapshot > On Jan 31, 2012 7:22 PM, "Edward J. Yoon" <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> Hadoop 0.23 jars are seems still not in mvn repo. When will it be >> uploaded? >> >> Thanks. >> >> -- >> Best Regards, Edward J. Yoon >> @eddieyoon >> >
-
Re: Hadoop 0.23 jars in mvn repo?
Edward J. Yoon 2012-02-01, 05:31
I know, but I don't want to release a project with SNAPSHOT dependencies. Is there no release version?
On Wed, Feb 1, 2012 at 2:16 PM, David Capwell <[EMAIL PROTECTED]> wrote: > you can find them in snapshot. Try URL repository.apache.org/snapshot > On Jan 31, 2012 7:22 PM, "Edward J. Yoon" <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> Hadoop 0.23 jars are seems still not in mvn repo. When will it be uploaded? >> >> Thanks. >> >> -- >> Best Regards, Edward J. Yoon >> @eddieyoon >>
-- Best Regards, Edward J. Yoon @eddieyoon
-
Re: Hadoop 0.23 jars in mvn repo?
Robert Evans 2012-02-01, 16:00
Hadoop 0.23 is still considered alpha quality. I believe that is the reason why it is still in the snapshots repository.
--Bobby Evans
On 1/31/12 11:31 PM, "Edward J. Yoon" <[EMAIL PROTECTED]> wrote:
I know, but I don't want to release a project with SNAPSHOT dependencies. Is there no release version?
On Wed, Feb 1, 2012 at 2:16 PM, David Capwell <[EMAIL PROTECTED]> wrote: > you can find them in snapshot. Try URL repository.apache.org/snapshot > On Jan 31, 2012 7:22 PM, "Edward J. Yoon" <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> Hadoop 0.23 jars are seems still not in mvn repo. When will it be uploaded? >> >> Thanks. >> >> -- >> Best Regards, Edward J. Yoon >> @eddieyoon >>
-- Best Regards, Edward J. Yoon @eddieyoon
-
Re: Hadoop 0.23 jars in mvn repo?
Edward J. Yoon 2012-02-01, 16:02
Thanks for the replies, all!
On Thu, Feb 2, 2012 at 1:00 AM, Robert Evans <[EMAIL PROTECTED]> wrote: > Hadoop 0.23 is still considered alpha quality. I believe that is the reason why it is still in the snapshots repository. > > --Bobby Evans > > On 1/31/12 11:31 PM, "Edward J. Yoon" <[EMAIL PROTECTED]> wrote: > > I know, but I don't want to release a project with SNAPSHOT > dependencies. Is there no release version? > > On Wed, Feb 1, 2012 at 2:16 PM, David Capwell <[EMAIL PROTECTED]> wrote: >> you can find them in snapshot. Try URL repository.apache.org/snapshot >> On Jan 31, 2012 7:22 PM, "Edward J. Yoon" <[EMAIL PROTECTED]> wrote: >> >>> Hi, >>> >>> Hadoop 0.23 jars are seems still not in mvn repo. When will it be uploaded? >>> >>> Thanks. >>> >>> -- >>> Best Regards, Edward J. Yoon >>> @eddieyoon >>> > > > > -- > Best Regards, Edward J. Yoon > @eddieyoon >
-- Best Regards, Edward J. Yoon @eddieyoon
-
Re: Hadoop 0.23 jars in mvn repo?
Arun C Murthy 2012-02-02, 06:16
Eddie, Apologies for late response. It's mainly my fault, I had issues getting the mvn gpg plugin to work (0.23 is the first Hadoop release after mavenization) and hence I can't see to sign/close the snapshot jars in nexus. I'm close to getting hadoop-0.23.1 (hopefully an RC early next week) and I'll fix it with hadoop-0.23.1. thanks, Arun On Feb 1, 2012, at 8:02 AM, Edward J. Yoon wrote: > Thanks for the replies, all! > > On Thu, Feb 2, 2012 at 1:00 AM, Robert Evans <[EMAIL PROTECTED]> wrote: >> Hadoop 0.23 is still considered alpha quality. I believe that is the reason why it is still in the snapshots repository. >> >> --Bobby Evans >> >> On 1/31/12 11:31 PM, "Edward J. Yoon" <[EMAIL PROTECTED]> wrote: >> >> I know, but I don't want to release a project with SNAPSHOT >> dependencies. Is there no release version? >> >> On Wed, Feb 1, 2012 at 2:16 PM, David Capwell <[EMAIL PROTECTED]> wrote: >>> you can find them in snapshot. Try URL repository.apache.org/snapshot >>> On Jan 31, 2012 7:22 PM, "Edward J. Yoon" <[EMAIL PROTECTED]> wrote: >>> >>>> Hi, >>>> >>>> Hadoop 0.23 jars are seems still not in mvn repo. When will it be uploaded? >>>> >>>> Thanks. >>>> >>>> -- >>>> Best Regards, Edward J. Yoon >>>> @eddieyoon >>>> >> >> >> >> -- >> Best Regards, Edward J. Yoon >> @eddieyoon >> > > > > -- > Best Regards, Edward J. Yoon > @eddieyoon -- Arun C. Murthy Hortonworks Inc. http://hortonworks.com/
-
Re: Hadoop 0.23 jars in mvn repo?
Edward J. Yoon 2012-02-02, 06:24
Yes, I also heard that the 0.23.1 is almost done yesterday. So we decided to delay. Thanks. On Thu, Feb 2, 2012 at 3:16 PM, Arun C Murthy <[EMAIL PROTECTED]> wrote: > Eddie, > > Apologies for late response. > > It's mainly my fault, I had issues getting the mvn gpg plugin to work (0.23 is the first Hadoop release after mavenization) and hence I can't see to sign/close the snapshot jars in nexus. > > I'm close to getting hadoop-0.23.1 (hopefully an RC early next week) and I'll fix it with hadoop-0.23.1. > > thanks, > Arun > > On Feb 1, 2012, at 8:02 AM, Edward J. Yoon wrote: > >> Thanks for the replies, all! >> >> On Thu, Feb 2, 2012 at 1:00 AM, Robert Evans <[EMAIL PROTECTED]> wrote: >>> Hadoop 0.23 is still considered alpha quality. I believe that is the reason why it is still in the snapshots repository. >>> >>> --Bobby Evans >>> >>> On 1/31/12 11:31 PM, "Edward J. Yoon" <[EMAIL PROTECTED]> wrote: >>> >>> I know, but I don't want to release a project with SNAPSHOT >>> dependencies. Is there no release version? >>> >>> On Wed, Feb 1, 2012 at 2:16 PM, David Capwell <[EMAIL PROTECTED]> wrote: >>>> you can find them in snapshot. Try URL repository.apache.org/snapshot >>>> On Jan 31, 2012 7:22 PM, "Edward J. Yoon" <[EMAIL PROTECTED]> wrote: >>>> >>>>> Hi, >>>>> >>>>> Hadoop 0.23 jars are seems still not in mvn repo. When will it be uploaded? >>>>> >>>>> Thanks. >>>>> >>>>> -- >>>>> Best Regards, Edward J. Yoon >>>>> @eddieyoon >>>>> >>> >>> >>> >>> -- >>> Best Regards, Edward J. Yoon >>> @eddieyoon >>> >> >> >> >> -- >> Best Regards, Edward J. Yoon >> @eddieyoon > > -- > Arun C. Murthy > Hortonworks Inc. > http://hortonworks.com/> > -- Best Regards, Edward J. Yoon @eddieyoon
-
Re: Hadoop 0.23 jars in mvn repo?
Steve Loughran 2012-02-06, 10:18
On 01/02/12 16:00, Robert Evans wrote: > Hadoop 0.23 is still considered alpha quality. I believe that is the reason why it is still in the snapshots repository. >
it'd still be good to have the 0.23.0 artifacts. The problem with snapshots is that Maven downloads them intermittently -and differently on different machines. This makes for utterly unreproducible builds
-
Re: Hadoop 0.23 jars in mvn repo?
Arun C Murthy 2012-02-09, 00:20
On Feb 1, 2012, at 10:24 PM, Edward J. Yoon wrote: > Yes, I also heard that the 0.23.1 is almost done yesterday. So we > decided to delay. Eddie - 0.23.1-rc0 jars are available in ASF maven repo if you want to try them... thanks, Arun -- Arun C. Murthy Hortonworks Inc. http://hortonworks.com/
-
Re: Hadoop 0.23 jars in mvn repo?
Edward J. Yoon 2012-02-09, 00:46
Great work! On Thu, Feb 9, 2012 at 9:20 AM, Arun C Murthy <[EMAIL PROTECTED]> wrote: > > On Feb 1, 2012, at 10:24 PM, Edward J. Yoon wrote: > >> Yes, I also heard that the 0.23.1 is almost done yesterday. So we >> decided to delay. > > Eddie - 0.23.1-rc0 jars are available in ASF maven repo if you want to try them... > > thanks, > Arun > > -- > Arun C. Murthy > Hortonworks Inc. > http://hortonworks.com/> > -- Best Regards, Edward J. Yoon @eddieyoon
|
|