Adding Upstream Source for Table
Describes how to add an upstream source for a table using either the Control System or the CLI.
Adding Upstream Source Using the Control System
About this task
Procedure
- Log in to the Control System and go to the Replication tab in the table information page.
-
Click Add Upstream Source Table in the
Upstream Sources pane.
The Add Upstream Source Table window displays.
-
Enter the path to the upstream source table.
- For a path on the local cluster, start the path at the volume mount
point. For example, for a table named
testsrcundervolume1which has 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
customersrcundervolume1in thesanfranciscocluster, specify the following path:/mapr/sanfrancisco/volume1/customersrc
- For a path on the local cluster, start the path at the volume mount
point. For example, for a table named
- Click Add Upstream Source Table.
Adding Upstream Source Using the CLI or the REST API
About this task
The basic command to add upstream source is:
maprcli table upstream add -path <table path> -upstream <upstream table path>
See table upstream add for complete
reference information.