Issue Details (XML | Word | Printable)

Key: HADOOP-4821
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Boris Shkolnik
Reporter: Boris Shkolnik
Votes: 0
Watchers: 0
Operations

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

Usage description in the Quotas guide documentations are incorrect

Created: 10/Dec/08 07:10 PM   Updated: 27/Feb/09 01:29 AM
Return to search
Component/s: documentation
Affects Version/s: 0.19.0
Fix Version/s: 0.19.1

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works HADOOP-4821.patch 2008-12-10 11:46 PM Boris Shkolnik 2 kB
Issue Links:
Duplicate
 

Hadoop Flags: Reviewed
Resolution Date: 16/Dec/08 06:56 PM


 Description  « Hide
Qutas guide shows the following usage:
dfsadmin -setquota <N> <directory>...<directory>
dfsadmin -clrquota <directory>...<director>
dfsadmin -setspacequota <N> <directory>...<directory>
dfsadmin -clrspacequota <directory>...<director>

the correct commands are:
-setQuota
-clrQuota
-setSpaceQuota
-clrSpaceQuota



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Hairong Kuang added a comment - 11/Dec/08 06:43 PM
+1.

Hadoop QA added a comment - 12/Dec/08 08:41 AM
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12395775/HADOOP-4821.patch
against trunk revision 725910.

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

+0 tests included. The patch appears to be a documentation patch that doesn't require tests.

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

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

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

+1 Eclipse classpath. The patch retains Eclipse classpath integrity.

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

-1 contrib tests. The patch failed contrib unit tests.

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

This message is automatically generated.


Boris Shkolnik added a comment - 16/Dec/08 06:25 AM
this is documentation change. It doesn't change any any tests results.

Hairong Kuang added a comment - 16/Dec/08 06:56 PM
I've just committed this. Thanks, Boris!

Tsz Wo (Nicholas), SZE added a comment - 16/Dec/08 11:18 PM
This is currently only committed to trunk (0.21) but is added to 0.20 in CHANGES.txt.

I think this is better to be committed to 0.18 and all above.


Hudson added a comment - 22/Dec/08 03:15 PM