table changelog resume

Description

Resumes the propagation of changed data records after a pause.

Syntax

Table 1.
CLI
maprcli table changelog resume -path <source table path> -changelog <destination stream path>:<topic name>
REST
http://<ipaddress>:8443/rest/table/changelog/resume?path=<source-table-path>&changelog=<destination stream path>:<topic_name>

Parameters

Table 2.
Parameters Description
path (Required) Path of the MapR Database source table
changelog (Required) Target of this change log.

Example

maprcli table changelog resume -path /tableVolume/cdcTable -changelog /streamVolume/changelogStream:cdcTopic1
https://10.10.100.17:8443/rest/table/changelog/resume?path=/tableVolume/cdcTable&changelog=/streamVolume/changelogStream:cdcTopic1