Skip to content

Commit

Permalink
HBASE-24198 Addendum add echo_and_redirect back when running hadoopcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Apache9 committed Apr 18, 2020
1 parent 8e5c6da commit 2846ea4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-support/hbase-personality.sh
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,8 @@ function hadoopcheck_rebuild
logfile="${PATCH_DIR}/patch-javac-${hadoopver}.txt"
# disabled because "maven_executor" needs to return both command and args
# shellcheck disable=2046
$(maven_executor) clean install \
echo_and_redirect "${logfile}" \
$(maven_executor) clean install \
-DskipTests -DHBasePatchProcess \
-Dhadoop-three.version="${hadoopver}" \
-Phadoop-3.0
Expand Down

0 comments on commit 2846ea4

Please sign in to comment.