You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "John Zhuge (JIRA)" <ji...@apache.org> on 2016/01/07 10:41:39 UTC

[jira] [Created] (HADOOP-12694) Minor enhancements to test-patch tool

John Zhuge created HADOOP-12694:
-----------------------------------

             Summary: Minor enhancements to test-patch tool
                 Key: HADOOP-12694
                 URL: https://issues.apache.org/jira/browse/HADOOP-12694
             Project: Hadoop Common
          Issue Type: Improvement
            Reporter: John Zhuge
            Assignee: John Zhuge
            Priority: Minor


Got 2 minor issues when running "dev-support/test-patch.sh ~/tmp/HDFS-9522-003.patch" on Mac.

1) "rm" usage message
{noformat}
============================================================================
                        Confirming git environment
...
Checking patch hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/DistCpSync.java...
usage: rm [-f | -i] [-dPRrvW] file ...
       unlink file
{noformat}

2) Misleading error message when FindBugs home directory is not specified. In this case, neither env FINDBUGS_HOME nor command option "findbugs-home" is set.
{noformat}
findbugs baseline for /Users/jzhuge/hadoop


/bin/findbugs is not executable.
{noformat}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)