We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbdc840 commit 44f3008Copy full SHA for 44f3008
dev-support/hbase-personality.sh
@@ -698,6 +698,14 @@ function hadoopcheck_rebuild
698
# TODO if we need the protoc check, we probably need to check building all the modules that rely on hbase-protocol
699
add_test_type hbaseprotoc
700
701
+function hbaseprotoc_initialize
702
+{
703
+ # So long as there are inter-module dependencies on the protoc modules, we
704
+ # need to run a full `mvn install` before a patch can be tested.
705
+ yetus_debug "initializing HBase Protoc plugin."
706
+ maven_add_install hbaseprotoc
707
+}
708
+
709
## @description hbaseprotoc file filter
710
## @audience private
711
## @stability evolving
0 commit comments