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 "Hadoop QA (JIRA)" <ji...@apache.org> on 2015/09/03 17:29:47 UTC

[jira] [Commented] (HADOOP-12375) Incomplete checking for findbugs executable

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

Hadoop QA commented on HADOOP-12375:
------------------------------------

\\
\\
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:red}-1{color} | patch |   0m  4s | The patch command could not apply the patch. |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL | http://issues.apache.org/jira/secure/attachment/12754006/HADOOP-12375.HADOOP-12111.00.patch |
| Optional Tests | shellcheck |
| git revision | HADOOP-12111 / 174900d |
| Console output | https://builds.apache.org/job/PreCommit-HADOOP-Build/7591/console |


This message was automatically generated.

> Incomplete checking for findbugs executable
> -------------------------------------------
>
>                 Key: HADOOP-12375
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12375
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: yetus
>    Affects Versions: HADOOP-12111
>            Reporter: Kengo Seki
>            Assignee: Jagadesh Kiran N
>              Labels: newbie
>         Attachments: HADOOP-12375.HADOOP-12111.00.patch
>
>
> In test-patch.d/findbugs.sh:
> {code}
>  65 function findbugs_is_installed
>  66 {
>  67   if [[ ! -e "${FINDBUGS_HOME}/bin/findbugs" ]]; then
>  68     printf "\n\n%s is not executable.\n\n" "${FINDBUGS_HOME}/bin/findbugs"
>  69     add_vote_table -1 findbugs "Findbugs is not installed."
>  70     return 1
>  71   fi
>  72   return 0
>  73 }
> {code}
> should be -x.



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