You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Peter Somogyi (Jira)" <ji...@apache.org> on 2019/09/06 12:16:00 UTC

[jira] [Commented] (HBASE-22981) Remove unused flags for Yetus

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

Peter Somogyi commented on HBASE-22981:
---------------------------------------

It is a bit complicated since not all the plugins are active in all stages. JDK specific ones do not have @author checks so theĀ --author-ignore-list option is one example that causes build failure there. Whitespace ignore list is a similar option.

I'm thinking of removing the unused flags that are not used at all (--jenkins and --build-url-patchdir) and also add theĀ --ignore-unknown-options=true flag to bypass the stage specific issues.

> Remove unused flags for Yetus
> -----------------------------
>
>                 Key: HBASE-22981
>                 URL: https://issues.apache.org/jira/browse/HBASE-22981
>             Project: HBase
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 3.0.0, 1.5.0, 2.3.0, 2.2.1, 1.3.6, 1.4.11, 2.1.7
>            Reporter: Peter Somogyi
>            Assignee: Peter Somogyi
>            Priority: Critical
>
> Nightly jobs are failing with yetus error.
> {noformat}
> [2019-09-05T23:08:16.473Z] |  -1  |       yetus  |   0m  6s   | Unprocessed flag(s): --jenkins 
> [2019-09-05T23:08:16.473Z] |      |              |            | --build-url-patchdir
> {noformat}
> Starting from Yetus 0.11.0 `--ignore-unknown-options=true` flag needs to be passed to yetus, otherwise unrecognized flags cause build failures.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)