[ https://issues.apache.org/jira/browse/HADOOP-7286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034423#comment-13034423 ]
Todd Lipcon commented on HADOOP-7286: ------------------------------------- The patch changes the output in a couple ways that are worth considering: - It used to print a line saying "Found n items" at the top of the output - The paths used to be fully qualified but no longer are example output before patch for "hadoop fs -du /home/todd/tokyo-nosql/": {noformat} Found 3 items 3429427 file:/home/todd/tokyo-nosql/tokyo-nosql.pdf 1255650 file:/home/todd/tokyo-nosql/tokyo-nosql-slides-only.pdf 4798464 file:/home/todd/tokyo-nosql/tokyo-nosql.ppt {noformat} After: {noformat} 3429427 /home/todd/tokyo-nosql/tokyo-nosql.pdf 1255650 /home/todd/tokyo-nosql/tokyo-nosql-slides-only.pdf 4798464 /home/todd/tokyo-nosql/tokyo-nosql.ppt {noformat} Are these conscious changes that we're OK with? > Refactor FsShell's du/dus/df > ---------------------------- > > Key: HADOOP-7286 > URL: https://issues.apache.org/jira/browse/HADOOP-7286 > Project: Hadoop Common > Issue Type: Improvement > Components: fs > Affects Versions: 0.23.0 > Reporter: Daryn Sharp > Assignee: Daryn Sharp > Attachments: HADOOP-7286-2.patch, HADOOP-7286-3.patch, > HADOOP-7286-4.patch, HADOOP-7286.patch > > > Need to refactor to conform to FsCommand subclass. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira