Explains how to add table replicas using either the Control System, the CLI or the REST API.
You can register a HPE Ezmeral Data Fabric Database binary or JSON table as a replica of another HPE Ezmeral Data Fabric Database binary or JSON table using the Control System and the CLI. When you add a replica using the Control System, you can also setup and start replication between a source HPE Ezmeral Data Fabric Database Binary or JSON table to a replica HPE Ezmeral Data Fabric Database Binary or JSON table. Before you begin, complete the steps to prepare HPE Ezmeral Data Fabric clusters for table replication.
To replicate a table:
To add a replica, run the following command:
/opt/mapr/bin/maprcli table replica add -path <table path> -replica <replica table path>
readAce and writeAce on both the source volume and the
target volumelookupdir on directories in the paths of both tablesreadperm and replperm permissions on the source tabletable replica add.maprcli
table replica autosetup which will setup and start replication.
For more information, see Setting Up Table Replication Using the CLI.