Command Line Installation
Also available as:
PDF
loading table of contents...

Add Configuration Parameters for Bulk Load Support

Follow these steps to configure bulk load support for backup and restore:

  1. Register org.apache.hadoop.hbase.backup.BackupHFileCleaner through hbase.master.hfilecleaner.plugins.

    org.apache.hadoop.hbase.backup.BackupHFileCleaner is responsible for keeping bulk loaded hfiles so that incremental backup can pick them up.

  2. Register org.apache.hadoop.hbase.backup.BackupObserver through hbase.coprocessor.region.classes.

    org.apache.hadoop.hbase.backup.BackupObserver is notified when bulk load completes and writes records into hbase:backup table.