saintstack commented on a change in pull request #1392: HBASE-24081 Provide documentation for running Yetus with HBase URL: https://github.com/apache/hbase/pull/1392#discussion_r400491517
########## File path: dev-support/HOW_TO_YETUS_LOCAL.md ########## @@ -0,0 +1,166 @@ +# How To Use Apache Yetus with Apache HBase + +This document describes how to get up and running with [Apache Yetus][yetus], +as pertains to development of Apache HBase. Specifically this covers the use +of `test-patch`, of which HBase developers make use for tasks related to code +quality. These are normally run via automation in the foundation's +[Build][builds] infrastructure. They can also be run locally, which is the +subject this document. + +The Yetus project provides it's own documentation of `test-patch` in +[Basic PreCommit][yetus-basic-precommit]. By comparison, this document is +intended to be highly abbreviated, hands-on, and focused on the HBase use-case. +See that document for more complete explanations and further details. + +## Installation + +In order to run Yetus, you'll need to first install Yetus and its dependencies. +This is somewhat simplified when used in Docker mode. Yetus can be retrieved +from a [distribution artifact][yetus-downloads]. Homebrew/Linuxbrew users can Review comment: Do these links work? ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
