You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sean Busbey (Jira)" <ji...@apache.org> on 2019/12/16 20:41:00 UTC

[jira] [Resolved] (HBASE-23239) Reporting on status of backing MOB files from client-facing cells

     [ https://issues.apache.org/jira/browse/HBASE-23239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Busbey resolved HBASE-23239.
---------------------------------
    Fix Version/s: 2.1.9
                   2.2.3
                   2.3.0
                   3.0.0
     Release Note: 
<!-- markdown -->

Users of the MOB feature can now use the `mobrefs` utility to get statistics about data in the MOB system and verify the health of backing files on HDFS.

```
HADOOP_CLASSPATH=/etc/hbase/conf:$(hbase mapredcp) yarn jar \
    /some/path/to/hbase-shaded-mapreduce.jar mobrefs mobrefs-report-output some_table foo
```

See javadocs of the class `MobRefReporter` for more details.

the reference guide has added some information about MOB internals and troubleshooting.
       Resolution: Fixed

> Reporting on status of backing MOB files from client-facing cells
> -----------------------------------------------------------------
>
>                 Key: HBASE-23239
>                 URL: https://issues.apache.org/jira/browse/HBASE-23239
>             Project: HBase
>          Issue Type: Improvement
>          Components: mapreduce, mob, Operability
>    Affects Versions: 2.1.0, 2.0.0, 2.2.0
>            Reporter: Sean Busbey
>            Assignee: Sean Busbey
>            Priority: Major
>             Fix For: 3.0.0, 2.3.0, 2.2.3, 2.1.9
>
>
> We should be able to do some correctness testing of the mob files referenced by current cells in a mob enabled table.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)