This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a change to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/hbase.git
from 3a7cd9423fd Preparing development version 2.6.5-SNAPSHOT
new e55413419ff Reapply "HBASE-29473 Obtain target cluster's token for
cross clusters job (#7198)"
new 87b93cd9d4f HBASE-29686 Compatible issue of
HFileOutputFormat2#configureRemoteCluster (#7415)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../hadoop/hbase/mapreduce/HFileOutputFormat2.java | 31 ++++-
.../TestHFileOutputFormat2WithSecurity.java | 132 +++++++++++++++++++++
.../hbase/mapreduce/TestTableMapReduceUtil.java | 46 ++-----
.../apache/hadoop/hbase/HBaseTestingUtility.java | 44 +++++++
4 files changed, 213 insertions(+), 40 deletions(-)
create mode 100644
hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/mapreduce/TestHFileOutputFormat2WithSecurity.java