You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2009/03/19 10:41:50 UTC

[jira] Commented: (HADOOP-5520) Typo in diskQuota help documentation

    [ https://issues.apache.org/jira/browse/HADOOP-5520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683389#action_12683389 ] 

Hadoop QA commented on HADOOP-5520:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12402425/Hadoop-5520.patch
  against trunk revision 755790.

    +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 release audit.  The applied patch does not increase the total number of release audit warnings.

    +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-vesta.apache.org/104/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/104/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/104/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/104/console

This message is automatically generated.

> Typo in diskQuota help  documentation 
> --------------------------------------
>
>                 Key: HADOOP-5520
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5520
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.20.0
>            Reporter: Ravi Phulari
>            Assignee: Ravi Phulari
>            Priority: Trivial
>         Attachments: Hadoop-5520.patch
>
>
> Minor typo in setSpaceQuota help documentation displayed on CLI. 
> disk is misspelled .
> -clrQuota <dirname>...<dirname>: Clear the quota for each directory <dirName>.
> 		Best effort for the directory. with fault reported if
> 		1. the directory does not exist or is a file, or
> 		2. user is not an administrator.
> 		It does not fault if the directory has no quota.
> -setSpaceQuota <quota> <dirname>...<dirname>: Set the dik space quota <quota> for each directory <dirName>.
> 		The directory quota is a long integer that puts a hard limit
> 		on the number of names in the directory tree.
> 		Quota can also be speciefied with a binary prefix for terabytes,
> 		petabytes etc (e.g. 50t is 50TB, 5m is 5MB, 3p is 3PB).
> 		Best effort for the directory, with faults reported if
> 		1. N is not a positive integer, or
> 		2. user is not an administrator, or
> 		3. the directory does not exist or is a file, or
> 		4. the directory would immediately exceed the new space quota.
> Assigning to self.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.