You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/09/06 12:51:55 UTC

[GitHub] [hbase] petersomogyi commented on a change in pull request #591: HBASE-22981 Remove unused flags for Yetus

petersomogyi commented on a change in pull request #591: HBASE-22981 Remove unused flags for Yetus
URL: https://github.com/apache/hbase/pull/591#discussion_r321719160
 
 

 ##########
 File path: dev-support/hbase_nightly_yetus.sh
 ##########
 @@ -67,6 +64,7 @@ YETUS_ARGS=("--whitespace-tabs-ignore-list=${WHITESPACE_IGNORE_LIST}" "${YETUS_A
 YETUS_ARGS=("--sentinel" "${YETUS_ARGS[@]}")
 YETUS_ARGS=("--branch=${BRANCH_NAME}" "${YETUS_ARGS[@]}")
 YETUS_ARGS=("--tests-filter=${TESTS_FILTER}" "${YETUS_ARGS[@]}")
+YETUS_ARGS=("--ignore-unknown-options=true" "${YETUS_ARGS[@]}")
 
 Review comment:
   JDK/Hadoop specific stages do not run all plugins so whitespace, author and shelldocs are not recognized options there.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services