table replica pause

Pauses the replication of data from a source binary table to a replica.

CLI

maprcli table replica pause -path table path -replica replica table path

REST
http[s]://<host>:<port>/rest/table/replica/pause?path=<path>&replica=<path>
NOTE: The mapr user is not treated as a superuser. MapR-DB does not allow the mapr user to run this command unless that user is given the relevant permission or permissions with access-control expressions.
Parameter Description
path

The path to the source table.

  • For a path on the local cluster, start the path at the volume mount point. For example, for a table named testsrc under a volume with a mount point at /volume1, specify the following path: /volume1/testsrc
  • For a path on another cluster, you must also specify the cluster name in the path. For example, for a table named customersrc under volume1 in the sanfrancisco cluster, specify the following path:/mapr/sanfrancisco/volume1/customersrc
replica

The path to the replica that will receive updates from the source.

  • For a table on the local cluster, start the path at the volume mount point. For example, for a table named testdst under a volume with a mount point at /volume1, specify the following path: /volume1/testdst
  • For a table on another cluster, you must also specify the cluster name in the path. For example, for a table named customerdst under volume1 in the sanfrancisco cluster, specify the following path: /mapr/sanfrancisco/volume1/customerdst
Sets the replication state to paused:
CLI
maprcli table replica pause -path /volume1/custAsrc -replica /volume2/custAdst
REST

https://<hostIP>:8443/rest/table/replica/list?path=%2Fvolume1%2FcustAsrc&replica=%2Fvolume2%2FcustAdst