HBASE-24198 Addendum add echo_and_redirect back when running hadoopcheck
This commit is contained in:
parent
8e5c6da3f0
commit
2846ea4700
|
@ -640,7 +640,8 @@ function hadoopcheck_rebuild
|
||||||
logfile="${PATCH_DIR}/patch-javac-${hadoopver}.txt"
|
logfile="${PATCH_DIR}/patch-javac-${hadoopver}.txt"
|
||||||
# disabled because "maven_executor" needs to return both command and args
|
# disabled because "maven_executor" needs to return both command and args
|
||||||
# shellcheck disable=2046
|
# shellcheck disable=2046
|
||||||
$(maven_executor) clean install \
|
echo_and_redirect "${logfile}" \
|
||||||
|
$(maven_executor) clean install \
|
||||||
-DskipTests -DHBasePatchProcess \
|
-DskipTests -DHBasePatchProcess \
|
||||||
-Dhadoop-three.version="${hadoopver}" \
|
-Dhadoop-three.version="${hadoopver}" \
|
||||||
-Phadoop-3.0
|
-Phadoop-3.0
|
||||||
|
|
Loading…
Reference in New Issue