Test the MOB storage support configuration
You can use the java utility org.apache.hadoop.hbase.IntegrationTestIngestWithMOBto help with testing the MOB feature.
Run the org.apache.hadoop.hbase.IntegrationTestIngestWithMOB utility
to the test the MOB storage configuration. Values in the command options are expressed in
bytes.
Following is an example that uses default values (in bytes):
$ sudo -u hbase hbase org.apache.hadoop.hbase.IntegrationTestIngestWithMOB \ -threshold 1024 \ -minMobDataSize 512 \ -maxMobDataSize threshold * 5 \