You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by md...@apache.org on 2018/03/09 21:40:46 UTC

hbase git commit: HBASE-20164 add hadoopcheck link to table footer

Repository: hbase
Updated Branches:
  refs/heads/master 974200fca -> 28279697c


HBASE-20164 add hadoopcheck link to table footer


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/28279697
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/28279697
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/28279697

Branch: refs/heads/master
Commit: 28279697c27acd3c2cd311867a98c9cb2151defe
Parents: 974200f
Author: Mike Drob <md...@apache.org>
Authored: Thu Mar 8 21:55:25 2018 -0600
Committer: Mike Drob <md...@apache.org>
Committed: Fri Mar 9 15:40:28 2018 -0600

----------------------------------------------------------------------
 dev-support/hbase-personality.sh | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/28279697/dev-support/hbase-personality.sh
----------------------------------------------------------------------
diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index 9064f0b..b2fc76e 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -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