[VOTE] Release hadoop-0.23.0-rc0

2011-11-01 Thread Arun C Murthy
I've created a release candidate for hadoop-0.23.0 that I would like to release. It is available at: http://people.apache.org/~acmurthy/hadoop-0.23.0-rc0/ hadoop-0.23 has significant new features: HDFS Federation and NextGen MapReduce being the highlights. It's also very early in the 0.23 life-

Re: [VOTE] Release hadoop-0.23.0-rc0

2011-11-01 Thread Tom White
Arun, Thanks for rolling a release candidate! Initial observations: * Checksums and signature are good. * The license, notice and readme files are hard to find and are duplicated. I think they need to be at the top-level. * There is no changes file for MapReduce. * The source is not included. Th

Re: [VOTE] Release hadoop-0.23.0-rc0

2011-11-01 Thread Vinod Kumar Vavilapalli
I downloaded the bits. Verified the signatures. Started HDFS daemons in secure mode running as 'hdfs' user, created directories. Successfully started YARN daemons - ResourceManager and NodeManager - running as 'mapred' user. But I am running into an issue while running mapreduce jobs using the co

Re: [VOTE] Release hadoop-0.23.0-rc0

2011-11-01 Thread Roman Shaposhnik
On Tue, Nov 1, 2011 at 2:47 AM, Arun C Murthy wrote: > I've created a release candidate for hadoop-0.23.0 that I would like to > release. Great news! >This should also help downstream projects (Pig, Hive, HBase) start testing >against the 0.23 line. I would love to help with that type of test

Re: [VOTE] Release hadoop-0.23.0-rc0

2011-11-01 Thread Alejandro Abdelnur
Nice work Arun, thanks. A couple comments: * Regarding version number, any reason we are not using 0.23.0-alpha1 (somebody suggested this last night)? * Regarding Tom's comment about source not included. My understanding is that the release should be a source tarball, the -bin tarball is just a c

Re: [VOTE] Release hadoop-0.23.0-rc0

2011-11-01 Thread Uma Maheswara Rao G 72686
about release, why con't the release name itself alpha as Alejandro or others suggested. This will avoid confusions to the users to pick the stable releases later. Thanks Uma - Original Message - From: Alejandro Abdelnur Date: Tuesday, November 1, 2011 11:29 pm Subject: Re: [VO

Re: [VOTE] Release hadoop-0.23.0-rc0

2011-11-01 Thread Owen O'Malley
On Tue, Nov 1, 2011 at 10:57 AM, Alejandro Abdelnur wrote: > * Regarding version number, any reason we are not using 0.23.0-alpha1 I think it is important to separate the artifact and version number from the stability assessment (alpha, beta, GA). When we approve a release, it should generally d

Re: [VOTE] Release hadoop-0.23.0-rc0

2011-11-01 Thread Alejandro Abdelnur
Owen, Are we using HTTPD's release guidelines? If read correctly the section you point out, then our first next stable release would be a 0.24.x. Is it that what you are suggesting? Thanks. Alejandro On Tue, Nov 1, 2011 at 2:53 PM, Owen O'Malley wrote: > On Tue, Nov 1, 2011 at 10:57 AM, Aleja

Re: [VOTE] Release hadoop-0.23.0-rc0

2011-11-01 Thread Doug Cutting
-1 This is not a release tarball that folks can vote on, since it contains no source code. Please cancel this vote and start a new vote on an actual source code tarball. As for the name, if we know for certain that it's alpha quality then we'd probably be doing users a favor to name it that way.

Re: [VOTE] Release hadoop-0.23.0-rc0

2011-11-01 Thread Doug Cutting
On 11/01/2011 03:48 PM, Doug Cutting wrote: > -1 This is not a release tarball that folks can vote on, since it > contains no source code. Please cancel this vote and start a new vote > on an actual source code tarball. Okay, I found source code in 8 embedded jars: % find hadoop-0.23.0 -name '*-

Re: [VOTE] Release hadoop-0.23.0-rc0

2011-11-01 Thread Arun C Murthy
On Nov 1, 2011, at 4:36 PM, Doug Cutting wrote: > On 11/01/2011 03:48 PM, Doug Cutting wrote: >> -1 This is not a release tarball that folks can vote on, since it >> contains no source code. Please cancel this vote and start a new vote >> on an actual source code tarball. > > Okay, I found sour

Re: [VOTE] Release hadoop-0.23.0-rc0

2011-11-01 Thread Eric Baldeschwieler
I agree. I'd like to see releases be source first with binary versions provided in parallel where the RM chooses to provide them. On alphas, I think what is important is that we ship alpha releases, so everyone has something to test and begin integration with. I'd encourage folks to +1 with so

Re: [VOTE] Release hadoop-0.23.0-rc0

2011-11-01 Thread Roman Shaposhnik
On Tue, Nov 1, 2011 at 4:55 PM, Eric Baldeschwieler wrote: > so everyone has something to test and begin integration with. Publishing maven artifacts would really help in that regard. Thanks, Roman.

Re: [VOTE] Release hadoop-0.23.0-rc0

2011-11-01 Thread Mahadev Konar
Roman, We are publishing the 0.23 snapshot artifacts on https://repository.apache.org/content/groups/snapshots/org/apache/hadoop/ (Pig folks are using this) in case you want it ASAP. As for the release maven artifacts, Ill let the RM handle it. thanks mahadev On Tue, Nov 1, 2011 at 5:01 P

Re: [VOTE] Release hadoop-0.23.0-rc0

2011-11-02 Thread Steve Loughran
On 02/11/11 00:11, Mahadev Konar wrote: Roman, We are publishing the 0.23 snapshot artifacts on https://repository.apache.org/content/groups/snapshots/org/apache/hadoop/ (Pig folks are using this) in case you want it ASAP. As for the release maven artifacts, Ill let the RM handle it. tha

Re: [VOTE] Release hadoop-0.23.0-rc0

2011-11-02 Thread Alan Gates
Roman, As of Daniel's checkin this morning (see https://issues.apache.org/jira/browse/PIG-2125) Pig trunk compiles against 0.23. Alan. On Nov 1, 2011, at 10:40 AM, Roman Shaposhnik wrote: > On Tue, Nov 1, 2011 at 2:47 AM, Arun C Murthy wrote: >> I've created a release candidate for hadoop-0.2

Re: [VOTE] Release hadoop-0.23.0-rc0

2011-11-02 Thread Roman Shaposhnik
On Wed, Nov 2, 2011 at 3:11 PM, Alan Gates wrote: > Roman, > > As of Daniel's checkin this morning (see > https://issues.apache.org/jira/browse/PIG-2125) Pig trunk compiles against > 0.23. Perfect! Tiny question: given that you seem to have committed it to 0.10 and 0.9 branches, do you plan on

Re: [VOTE] Release hadoop-0.23.0-rc0

2011-11-04 Thread Alan Gates
For some definition of soon. :) There are still a number of our unit tests that fail with 0.23. We'd like to get that ironed out. Alan. On Nov 2, 2011, at 5:22 PM, Roman Shaposhnik wrote: > On Wed, Nov 2, 2011 at 3:11 PM, Alan Gates wrote: >> Roman, >> >> As of Daniel's checkin this morning