You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2018/02/05 12:46:39 UTC

hbase git commit: HBASE-19932 TestSecureIPC in branch-1 fails with NoSuchMethodError against hadoop 3

Repository: hbase
Updated Branches:
  refs/heads/branch-1 3aaafd7dd -> 13cc7f9f5


HBASE-19932 TestSecureIPC in branch-1 fails with NoSuchMethodError against hadoop 3


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

Branch: refs/heads/branch-1
Commit: 13cc7f9f5077b7a031715c80b771cba4698b423e
Parents: 3aaafd7
Author: tedyu <yu...@gmail.com>
Authored: Mon Feb 5 04:46:32 2018 -0800
Committer: tedyu <yu...@gmail.com>
Committed: Mon Feb 5 04:46:32 2018 -0800

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/13cc7f9f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6b700a8..1073d16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2351,6 +2351,7 @@
       </modules>
       <properties>
         <hadoop.version>${hadoop-three.version}</hadoop.version>
+        <kerby.version>1.0.1</kerby.version>
         <!--Use this compat module for now. TODO: Make h3 one if we need one-->
         <compat.module>hbase-hadoop2-compat</compat.module>
         <assembly.file>src/main/assembly/hadoop-two-compat.xml</assembly.file>