You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by el...@apache.org on 2017/01/23 23:02:07 UTC

[34/50] [abbrv] hbase git commit: HBASE-17502 Document hadoop pre-2.6.1 and Java 1.8 Kerberos problem in our hadoop support matrix

HBASE-17502 Document hadoop pre-2.6.1 and Java 1.8 Kerberos problem in our hadoop support matrix


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

Branch: refs/heads/HBASE-16961
Commit: 9a9e3df8565a8ba36779a442907a38772ab59a72
Parents: fb8f924
Author: Jerry He <je...@apache.org>
Authored: Sat Jan 21 13:24:33 2017 -0800
Committer: Jerry He <je...@apache.org>
Committed: Sat Jan 21 13:24:33 2017 -0800

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/configuration.adoc | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/9a9e3df8/src/main/asciidoc/_chapters/configuration.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/configuration.adoc b/src/main/asciidoc/_chapters/configuration.adoc
index baa4d4c..d189c9f 100644
--- a/src/main/asciidoc/_chapters/configuration.adoc
+++ b/src/main/asciidoc/_chapters/configuration.adoc
@@ -243,6 +243,15 @@ Use the following legend to interpret this table:
 |Hadoop-2.7.1+ | NT | NT | NT | NT | S | S | S
 |===
 
+.Hadoop Pre-2.6.1 and JDK 1.8 Kerberos
+[TIP]
+====
+When using pre-2.6.1 Hadoop versions and JDK 1.8 in a Kerberos environment, HBase server can fail
+and abort due to Kerberos keytab relogin error. Late version of JDK 1.7 (1.7.0_80) has the problem too.
+Refer to link:https://issues.apache.org/jira/browse/HADOOP-10786[HADOOP-10786] for additional details.
+Consider upgrading to Hadoop 2.6.1+ in this case.
+====
+
 .Hadoop 2.6.x
 [TIP]
 ====