Changes to the structure of a source table are not automatically replicated to replica table. You must complete the following steps to add a column family to a replica.
When an entire table is being replicated, new column families are not automatically created at the replica. However, once you add the new column family to the replica then updates to the new column family will immediately start being replicated.
When you are replicating a subset of column families and columns, you must add the new column family to the replica and also run the copytable utility to initially populate the new column family in the replica table.
maprcli table replica pause
command.
maprcli table replica edit
command.
-columns
parameter to specify the name of the column family.
maprcli table replica resume
command.