Re: Backporting HDFS-1620, HDFS-2197, HDFS-2314 to branch-0.23

2011-09-16 Thread Allen Wittenauer
On Sep 8, 2011, at 8:39 PM, Todd Lipcon wrote: > > The motivation is that the rename in HDFS-1620 touched most of the > files in HDFS and will cause future backports to have a lot of > conflicts unless we backport this one. That sounds like a postive to me. If it is hard to backport, th

Re: Backporting HDFS-1620, HDFS-2197, HDFS-2314 to branch-0.23

2011-09-12 Thread Todd Lipcon
t; Sent: Thursday, September 8, 2011 8:51 PM >> Subject: Re: Backporting HDFS-1620, HDFS-2197, HDFS-2314 to branch-0.23 >> >> Sorry, it isn't MR-2711, but I'm talking to Nic about the same... >> >> On Sep 8, 2011, at 8:47 PM, Arun C Murthy wrote: >> >

Re: Backporting HDFS-1620, HDFS-2197, HDFS-2314 to branch-0.23

2011-09-08 Thread Harsh J
cholas > > > > > From: Arun C Murthy > To: hdfs-dev@hadoop.apache.org > Sent: Thursday, September 8, 2011 8:51 PM > Subject: Re: Backporting HDFS-1620, HDFS-2197, HDFS-2314 to branch-0.23 > > Sorry, it isn't MR-2711, but I'm talking to Nic about the

Re: Backporting HDFS-1620, HDFS-2197, HDFS-2314 to branch-0.23

2011-09-08 Thread Tsz Wo Sze
The JIRA is MAPREDUCE-2936. Contrib Raid compilation broken after HDFS-1620. Nicholas From: Arun C Murthy To: hdfs-dev@hadoop.apache.org Sent: Thursday, September 8, 2011 8:51 PM Subject: Re: Backporting HDFS-1620, HDFS-2197, HDFS-2314 to branch-0.23 Sorry, it

Re: Backporting HDFS-1620, HDFS-2197, HDFS-2314 to branch-0.23

2011-09-08 Thread Arun C Murthy
Sorry, it isn't MR-2711, but I'm talking to Nic about the same... On Sep 8, 2011, at 8:47 PM, Arun C Murthy wrote: > I think Nic is on it (MR-2711, thanks Nic). > > But pls check to ensure 'ant binary' works in MR before committing. > > thanks, > Arun > > On Sep 8, 2011, at 8:44 PM, Todd Lipco

Re: Backporting HDFS-1620, HDFS-2197, HDFS-2314 to branch-0.23

2011-09-08 Thread Arun C Murthy
I think Nic is on it (MR-2711, thanks Nic). But pls check to ensure 'ant binary' works in MR before committing. thanks, Arun On Sep 8, 2011, at 8:44 PM, Todd Lipcon wrote: > Ah, thanks for the headsup. I'll find the appropriate fix for that and > backport that as well. > > On Thu, Sep 8, 2011

Re: Backporting HDFS-1620, HDFS-2197, HDFS-2314 to branch-0.23

2011-09-08 Thread Todd Lipcon
Ah, thanks for the headsup. I'll find the appropriate fix for that and backport that as well. On Thu, Sep 8, 2011 at 8:42 PM, Arun C Murthy wrote: > Todd, HDFS-1620 breaks Raid compile... > > On Sep 8, 2011, at 8:39 PM, Todd Lipcon wrote: > >> I plan to push the following patches to branch-0.23 t

Re: Backporting HDFS-1620, HDFS-2197, HDFS-2314 to branch-0.23

2011-09-08 Thread Arun C Murthy
Todd, HDFS-1620 breaks Raid compile... On Sep 8, 2011, at 8:39 PM, Todd Lipcon wrote: > I plan to push the following patches to branch-0.23 tomorrow morning > unless there's any objection: >HDFS-1620. Rename HdfsConstants -> HdfsServerConstants, > FSConstants -> HdfsConstants. (Harsh J Choura

Backporting HDFS-1620, HDFS-2197, HDFS-2314 to branch-0.23

2011-09-08 Thread Todd Lipcon
I plan to push the following patches to branch-0.23 tomorrow morning unless there's any objection: HDFS-1620. Rename HdfsConstants -> HdfsServerConstants, FSConstants -> HdfsConstants. (Harsh J Chouraria via atm) HDFS-2197. Refactor RPC call implementations out of NameNode class. Contribute