We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f773043 commit 6b899ccCopy full SHA for 6b899cc
dev-support/hbase-personality.sh
@@ -588,6 +588,11 @@ function hadoopcheck_rebuild
588
else
589
add_vote_table +1 hadoopcheck "Patch does not cause any errors with Hadoop ${hbase_hadoop2_versions}."
590
fi
591
+
592
+ logfile="${PATCH_DIR}/patch-install-after-hadoopcheck.txt"
593
+ echo_and_redirect "${logfile}" \
594
+ "$(maven_executor)" clean install \
595
+ -DskipTests -DHBasePatchProcess
596
return 0
597
}
598
0 commit comments