HBASE-17441 Fix invalid quoting around hadoop-3 build in yetus personality

This commit is contained in:
Josh Elser 2017-09-28 17:49:00 -04:00
parent 9f1bfbeaab
commit 869b90c612
1 changed files with 2 additions and 2 deletions

View File

@ -267,8 +267,8 @@ function hadoopcheck_rebuild
echo_and_redirect "${logfile}" \
"${MAVEN}" clean install \
-DskipTests -DHBasePatchProcess \
-Dhadoop-three.version="${hadoopver} \
-Dhadoop.profile=3.0"
-Dhadoop-three.version="${hadoopver}" \
-Dhadoop.profile=3.0
count=$(${GREP} -c '\[ERROR\]' "${logfile}")
if [[ ${count} -gt 0 ]]; then
add_vote_table -1 hadoopcheck "${BUILDMODEMSG} causes ${count} errors with Hadoop v${hadoopver}."