table replica pausePauses the replication of data from a source HPE Ezmeral Data Fabric Database binary or JSON table to a replica HPE Ezmeral Data Fabric Database binary or JSON table during autosetup and replication phases.
To run this command, your user ID must have the following permissions:
readAce and writeAce on both the source volume and the target
volumelookupdir on directories in the paths of both
tablesreplperm permissions on the source tablemapr user is not treated as a superuser.
HPE Ezmeral Data Fabric Database does not allow the mapr user to
run this command unless that user is given the relevant permission or permissions with
access-control expressions.maprcli table replica pause
-path <table path>
-replica <replica table path>
curl -k -X POST
'http[s]://<host>:<port>/rest/table/replica/pause?path=<path>&replica=<path>'
-u <username>:<password>
| Parameter | Description |
|---|---|
| path |
The path to the source table.
|
| replica |
The path to the replica that will receive updates from the source.
|
Sets the replication state to paused:
maprcli table replica pause -path /volume1/custAsrc -replica /volume2/custAdst
curl -k -X POST \
'https://r1n1.sj.us:8443/rest/table/replica/pause?path=%2Fvolume1%2FcustAsrc&replica=%2Fvolume2%2FcustAdst' \
-u mapr:mapr