Issue Details (XML | Word | Printable)

Key: HADOOP-4661
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Tsz Wo (Nicholas), SZE
Reporter: Tsz Wo (Nicholas), SZE
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

distch: a tool for distributed ch{mod,own}

Created: 14/Nov/08 06:56 PM   Updated: 08/Jul/09 04:51 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 0.20.0

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works 4661_20081114.patch 2008-11-14 09:48 PM Tsz Wo (Nicholas), SZE 22 kB
Text File Licensed for inclusion in ASF works 4661_20081118.patch 2008-11-18 11:26 PM Tsz Wo (Nicholas), SZE 31 kB
Text File Licensed for inclusion in ASF works 4661_20081118_0.18.patch 2008-11-25 12:06 AM Tsz Wo (Nicholas), SZE 30 kB
Issue Links:
Cloners
 

Hadoop Flags: Reviewed
Release Note: Introduced distch tool for parallel ch{mod, own, grp}.
Resolution Date: 20/Nov/08 01:32 AM


 Description  « Hide
As suggested in HADOOP-3052, a tool to do distributed ch{mod,own} is very useful for large clusters.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Tsz Wo (Nicholas), SZE added a comment - 14/Nov/08 09:48 PM
4661_20081114.patch: sync the codes in HADOOP-3052 with trunk. Need new unit tests.

Tsz Wo (Nicholas), SZE added a comment - 18/Nov/08 11:26 PM
4661_20081118.patch: added a new test.

Chris Douglas added a comment - 19/Nov/08 10:04 PM
+1 Looks good.

Tsz Wo (Nicholas), SZE added a comment - 20/Nov/08 12:09 AM
     [exec] +1 overall.  

     [exec]     +1 @author.  The patch does not contain any @author tags.

     [exec]     +1 tests included.  The patch appears to include 4 new or modified tests.

     [exec]     +1 javadoc.  The javadoc tool did not generate any warning messages.

     [exec]     +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs warnings.

     [exec]     +1 Eclipse classpath. The patch retains Eclipse classpath integrity.

The patch in HADOOP-3052 was tested extensively in large clusters. The patch here only syn it with trunk and adds a unit test.

I am running all unit tests locally although this does not make much sense since this patch does not change any existing codes.


Tsz Wo (Nicholas), SZE added a comment - 20/Nov/08 01:20 AM
Passed all unit tests locally. I am going to commit this.

Tsz Wo (Nicholas), SZE added a comment - 20/Nov/08 01:32 AM
I just committed this.

Hudson added a comment - 21/Nov/08 04:29 PM

Tsz Wo (Nicholas), SZE added a comment - 25/Nov/08 12:06 AM
4661_20081118_0.18.patch: This patch works for 0.18 but it won't be committed since no new features can be added to 0.18.

For 0.19, please use 4661_20081118.patch, the same patch for trunk.

For 0.17, please use the patch in HADOOP-3052.