Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBASE-26549 hbaseprotoc plugin should initialize maven #3927

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions dev-support/hbase-personality.sh
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,14 @@ function hadoopcheck_rebuild
# TODO if we need the protoc check, we probably need to check building all the modules that rely on hbase-protocol
add_test_type hbaseprotoc

function hbaseprotoc_initialize
{
# So long as there are inter-module dependencies on the protoc modules, we
# need to run a full `mvn install` before a patch can be tested.
yetus_debug "initializing HBase Protoc plugin."
maven_add_install hbaseprotoc
}

## @description hbaseprotoc file filter
## @audience private
## @stability evolving
Expand Down