This is an automated email from the ASF dual-hosted git repository.
busbey pushed a change to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/hbase.git.
from 60889cd HBASE-23575 Remove dead code in AsyncRegistry (#940)
new b0145a4 HBASE-23239 Reporting on status of backing MOB files from
client-facing cells (#785)
new 683ce0c HBASE-23549 Document steps to disable MOB for a column family
(#928)
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:
.../org/apache/hadoop/hbase/mapreduce/Driver.java | 3 +
.../hadoop/hbase/mob/mapreduce/MobRefReporter.java | 509 +++++++++++++++++++++
.../java/org/apache/hadoop/hbase/io/HFileLink.java | 2 +-
src/main/asciidoc/_chapters/hbase_mob.adoc | 270 +++++++++++
4 files changed, 783 insertions(+), 1 deletion(-)
create mode 100644
hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mob/mapreduce/MobRefReporter.java