[
https://issues.apache.org/jira/browse/HBASE-26196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17400361#comment-17400361
]
Hudson commented on HBASE-26196:
--------------------------------
Results for branch master
[build #369 on
builds.a.o|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/369/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/369/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/369/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/369/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> Support configuration override for remote cluster of HFileOutputFormat
> locality sensitive
> -----------------------------------------------------------------------------------------
>
> Key: HBASE-26196
> URL: https://issues.apache.org/jira/browse/HBASE-26196
> Project: HBase
> Issue Type: Bug
> Components: mapreduce
> Affects Versions: 1.8.0, 3.0.0-alpha-2, 2.4.5
> Reporter: Shinya Yoshida
> Assignee: Shinya Yoshida
> Priority: Major
> Fix For: 2.5.0, 3.0.0-alpha-2, 2.4.6
>
>
> We introduced support to generate hfile with good locality for a remote
> cluster even in HBASE-25608.
> I realized we need to override other configurations for the remote cluster in
> addition to the zookeeper cluster key.
> For example, read from a non-secure cluster and write hfiles for a secure
> cluster.
> In this case, we use TableInputFormat for non-secure cluster with
> hbase.security.authentication=simple in job configuration.
> So HFileOutputFormat failed to connect to remote secure cluster because
> requires hbase.security.authentication=kerberos in job conf.
>
> Thus let's introduce configuration override for remote-cluster-aware
> HFileOutputFormat locality-sensitive feature.
>
> -Another example is to read from a secure cluster (A) and write hfiles for
> another secure cluster (B) and we use different principal for each cluster.-
> -For instance, we use cluster-a/[email protected] for A and
> cluster-b/[email protected] for B.-
> -Then we need to override MASTER_KRB_PRINCIPAL and
> REGIONSERVER_KRB_PRINCIPAL using cluster-b/[email protected] to connect
> cluster B.-
> ^ This is not truth, we use token based digest auth in mapper/reducer, so
> principal difference for kerberos should be fine
--
This message was sent by Atlassian Jira
(v8.3.4#803005)