HBASE-20164 add hadoopcheck link to table footer

This commit is contained in:
Mike Drob 2018-03-08 21:55:25 -06:00
parent 974200fca1
commit 28279697c2
1 changed files with 2 additions and 0 deletions

View File

@ -370,6 +370,7 @@ function hadoopcheck_rebuild
count=$(${GREP} -c '\[ERROR\]' "${logfile}")
if [[ ${count} -gt 0 ]]; then
add_vote_table -1 hadoopcheck "${BUILDMODEMSG} causes ${count} errors with Hadoop v${hadoopver}."
add_footer_table hadoopcheck "@@BASE@@/patch-javac-${hadoopver}.txt"
((result=result+1))
fi
done
@ -384,6 +385,7 @@ function hadoopcheck_rebuild
count=$(${GREP} -c '\[ERROR\]' "${logfile}")
if [[ ${count} -gt 0 ]]; then
add_vote_table -1 hadoopcheck "${BUILDMODEMSG} causes ${count} errors with Hadoop v${hadoopver}."
add_footer_table hadoopcheck "@@BASE@@/patch-javac-${hadoopver}.txt"
((result=result+1))
fi
done