Adding Table Replicas
Explains how to add table replicas using either the Control System, the CLI or the REST API.
About this task
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.
Adding Table Replica Using the Control System
About this task
To replicate a table:
Procedure
- Log in to the Control System and go to the Replication tab in the table information page.
- Click Add Replica and follow the steps for:
- Click Add Replica.
Adding Table Replica Using the CLI or the REST API
About this task
To add a replica, run the following command:
/opt/mapr/bin/maprcli table replica add -path <table path> -replica <replica table path>
readAce
andwriteAce
on both the source volume and the target volumelookupdir
on directories in the paths of both tablesreadperm
andreplperm
permissions on the source table
table replica add
.maprcli
table replica autosetup
which will setup and start replication.
For more information, see Setting Up Table Replication Using the CLI.