From b306bdfa60c8fa779ae0ef847ae5d8e0eb7cff87 Mon Sep 17 00:00:00 2001 From: Wellington Chevreuil Date: Wed, 17 Apr 2019 16:30:47 +0100 Subject: [PATCH] HBASE-21502 - Update SyncTable description on ref guide Signed-off-by: Sean Busbey --- src/main/asciidoc/_chapters/ops_mgt.adoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/main/asciidoc/_chapters/ops_mgt.adoc b/src/main/asciidoc/_chapters/ops_mgt.adoc index d8d9a4ae7ad..1924011be63 100644 --- a/src/main/asciidoc/_chapters/ops_mgt.adoc +++ b/src/main/asciidoc/_chapters/ops_mgt.adoc @@ -645,8 +645,11 @@ which does not give any meaningful result. .Remote Clusters on different Kerberos Realms [NOTE] ==== -Currently, SyncTable can't be ran for remote clusters on different Kerberos realms. -There's some work in progress to resolve this on link:https://jira.apache.org/jira/browse/HBASE-20586[HBASE-20586] +Often, remote clusters may be deployed on different Kerberos Realms. +link:https://jira.apache.org/jira/browse/HBASE-20586[HBASE-20586] added SyncTable support for +cross realm authentication, allowing a SyncTable process running on target cluster to connect to +source cluster and read both HashTable output files and the given HBase table when performing the +required comparisons. ==== [[export]]