HBASE-22462 Should run a 'mvn install' at the end of hadoop check in pre commit job
This commit is contained in:
parent
cd385b18c4
commit
b469d06bd4
|
@ -587,6 +587,11 @@ function hadoopcheck_rebuild
|
||||||
else
|
else
|
||||||
add_vote_table +1 hadoopcheck "Patch does not cause any errors with Hadoop ${hbase_hadoop2_versions}."
|
add_vote_table +1 hadoopcheck "Patch does not cause any errors with Hadoop ${hbase_hadoop2_versions}."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
logfile="${PATCH_DIR}/patch-install-after-hadoopcheck.txt"
|
||||||
|
echo_and_redirect "${logfile}" \
|
||||||
|
"$(maven_executor)" clean install \
|
||||||
|
-DskipTests -DHBasePatchProcess
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue