HBASE-22462 Should run a 'mvn install' at the end of hadoop check in pre commit job

This commit is contained in:
Guanghao Zhang 2019-05-23 14:07:46 +08:00
parent 4b7e256cc6
commit 18dbc09815
1 changed files with 5 additions and 0 deletions

View File

@ -581,6 +581,11 @@ function hadoopcheck_rebuild
else
add_vote_table +1 hadoopcheck "Patch does not cause any errors with Hadoop ${hbase_hadoop2_versions}."
fi
logfile="${PATCH_DIR}/patch-install-after-hadoopcheck.txt"
echo_and_redirect "${logfile}" \
"$(maven_executor)" clean install \
-DskipTests -DHBasePatchProcess
return 0
}