[
https://issues.apache.org/jira/browse/HADOOP-2219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574044#action_12574044
]
Hadoop QA commented on HADOOP-2219:
-----------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12376867/2219_20080229.patch
against trunk revision 619744.
@author +1. The patch does not contain any @author tags.
tests included +1. The patch appears to include 7 new or modified tests.
javadoc +1. The javadoc tool did not generate any warning messages.
javac -1. The applied patch generated 628 javac compiler warnings (more
than the trunk's current 614 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/1880/testReport/
Findbugs warnings:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1880/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1880/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1880/console
This message is automatically generated.
> du like command to count number of files under a given directory
> ----------------------------------------------------------------
>
> Key: HADOOP-2219
> URL: https://issues.apache.org/jira/browse/HADOOP-2219
> Project: Hadoop Core
> Issue Type: New Feature
> Components: dfs
> Reporter: Koji Noguchi
> Assignee: Tsz Wo (Nicholas), SZE
> Attachments: 2219_20080226.patch, 2219_20080227.patch,
> 2219_20080229.patch
>
>
> To keep the total number of files on dfs low, we like the users to be able to
> easily find out how many files each of their directory contain.
> Currently, we only have fsck or dfs -lsr which takes time.
> Can I ask for an option for du to show the total number of files (as well as
> the total size) of a given directory?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.