Skip to content
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
2 changes: 1 addition & 1 deletion dev-support/hbase-personality.sh
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ function hbaseprotoc_rebuild
# Need to run 'install' instead of 'compile' because shading plugin
# is hooked-up to 'install'; else hbase-protocol-shaded is left with
# half of its process done.
modules_workers patch hbaseprotoc install -DskipTests -X -DHBasePatchProcess
modules_workers patch hbaseprotoc install -DskipTests -DHBasePatchProcess

# shellcheck disable=SC2153
until [[ $i -eq "${#MODULE[@]}" ]]; do
Expand Down