Issue Details (XML | Word | Printable)

Key: HADOOP-2788
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Raghu Angadi
Reporter: Mukund Madhugiri
Votes: 0
Watchers: 0
Operations

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

chgrp missing from hadoop dfs options

Created: 06/Feb/08 08:34 PM   Updated: 08/Jul/09 04:42 PM
Return to search
Component/s: None
Affects Version/s: 0.16.0
Fix Version/s: 0.16.1

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works HADOOP-2788.patch 2008-02-06 08:46 PM Raghu Angadi 0.6 kB

Resolution Date: 08/Feb/08 09:37 PM


 Description  « Hide
hadoop dfs command shows the various hadoop dfs commands available.

chgrp is missing from the list and there are two chown's. Looks like the second one should be chgrp instead of chown:

[-chmod [-R] <MODE[,MODE]... | OCTALMODE> PATH...]
[-chown [-R] [OWNER][:[GROUP]] PATH...]
[-chown [-R] GROUP PATH...]



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Raghu Angadi added a comment - 06/Feb/08 08:46 PM
Thanks for catching this Mukund. The patch fixes both 'bin/hadoop fs' and
'bin/hadoop fs -help chgrp'.

Tsz Wo (Nicholas), SZE added a comment - 06/Feb/08 08:57 PM
+1

Mukund Madhugiri added a comment - 06/Feb/08 08:59 PM
+1

Raghu Angadi added a comment - 06/Feb/08 09:00 PM
Thanks Nicholas and Mukund.

Hadoop QA added a comment - 06/Feb/08 11:30 PM
+1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12374908/HADOOP-2788.patch
against trunk revision 616796.

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

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

javac +1. The applied patch does not generate any new javac compiler warnings.

release audit +1. The applied patch does not generate any new release audit warnings.

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

core tests +1. The patch passed core unit tests.

contrib tests +1. The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1754/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1754/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1754/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1754/console

This message is automatically generated.


Raghu Angadi added a comment - 08/Feb/08 09:37 PM
I just committed this.

Hudson added a comment - 09/Feb/08 12:03 PM