This is an automated email from the ASF dual-hosted git repository.
pankajkumar pushed a change to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git
from 52b991381d9 HBASE-29296 Missing critical snapshot expiration checks
(#7195)
add dec1ba5c8f0 HBASE-29473 Obtain target cluster's token for cross
clusters job (#7198)
No new revisions were added by this update.
Summary of changes:
.../hadoop/hbase/mapreduce/HFileOutputFormat2.java | 4 +-
.../TestHFileOutputFormat2WithSecurity.java | 132 +++++++++++++++++++++
.../hbase/mapreduce/TestTableMapReduceUtil.java | 46 ++-----
.../apache/hadoop/hbase/HBaseTestingUtility.java | 44 +++++++
4 files changed, 186 insertions(+), 40 deletions(-)
create mode 100644
hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/mapreduce/TestHFileOutputFormat2WithSecurity.java