Skip to content

Commit 6b899cc

Browse files
committed
HBASE-22462 Should run a 'mvn install' at the end of hadoop check in pre commit job
1 parent f773043 commit 6b899cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dev-support/hbase-personality.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,11 @@ function hadoopcheck_rebuild
588588
else
589589
add_vote_table +1 hadoopcheck "Patch does not cause any errors with Hadoop ${hbase_hadoop2_versions}."
590590
fi
591+
592+
logfile="${PATCH_DIR}/patch-install-after-hadoopcheck.txt"
593+
echo_and_redirect "${logfile}" \
594+
"$(maven_executor)" clean install \
595+
-DskipTests -DHBasePatchProcess
591596
return 0
592597
}
593598

0 commit comments

Comments
 (0)