[
https://issues.apache.org/jira/browse/HADOOP-6139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729486#action_12729486
]
Jakob Homan commented on HADOOP-6139:
-------------------------------------
test-patch:
{noformat}
[exec] -1 overall.
[exec]
[exec] +1 @author. The patch does not contain any @author tags.
[exec]
[exec] -1 tests included. The patch doesn't appear to include any new
or modified tests.
[exec] Please justify why no new tests are needed
for this patch.
[exec] Also please list what manual steps were
performed to verify this patch.
[exec]
[exec] +1 javadoc. The javadoc tool did not generate any warning
messages.
[exec]
[exec] +1 javac. The applied patch does not increase the total number
of javac compiler warnings.
[exec]
[exec] +1 findbugs. The patch does not introduce any new Findbugs
warnings.
[exec]
[exec] +1 release audit. The applied patch does not increase the
total number of release audit warnings.{noformat}
No unit tests because is documentation change. Manual step as documented in
jira description.
> Incomplete help message is displayed for rm and rmr options.
> ------------------------------------------------------------
>
> Key: HADOOP-6139
> URL: https://issues.apache.org/jira/browse/HADOOP-6139
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 0.20.1
> Reporter: Suman Sehgal
> Assignee: Jakob Homan
> Priority: Minor
> Attachments: COMMON-478.patch, HADOOP-478-v20.patch
>
>
> If path/src is missing from rm or rmr option then help message is displayed
> for these options.
> On giving command "hadoop dfs -rm"
> help message displayed is "Usage: java FsShell [-rm <path>]"
> while it should be "Usage: java FsShell [-rm [-skipTrash] <path>]"
> Same issue is there with rmr option also.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.