Batch Applier Setup
Here is how to set up on MySQL. For more information on specific data warehouse types, refer to
Enable row replication on the MySQL Source using set global
binlog_format=rowor by updatingmy.cnf.Ensure that you are operating using GMT throughout your source and target database.
Install using the
batch-enabled=trueoption. Here's a typical vertica applier configuration, taken from "Deploying the Vertica Applier":Example tungsten.ini[defaults]user=tungsteninstall-directory=/opt/continuentprofile-script=~/.bash_profileskip-validation-check=HostsFileCheckskip-validation-check=InstallerMasterSlaveCheckrest-api-admin-user=apiuserrest-api-admin-password=secretreplicator-rest-api-address=0.0.0.0[alpha]topology=master-slavemaster=sourcehostmembers=localhostdatasource-type=verticareplication-user=dbadminreplication-password=passwordvertica-dbname=devbatch-enabled=truebatch-load-template=vertica6batch-load-language=jsreplication-port=5433svc-applier-filters=dropstatementdatasvc-applier-block-commit-interval=30ssvc-applier-block-commit-size=25000disable-relay-logs=trueShow argument definitions
user=tungstenOS System User, for example tungsten. DO NOT use root.install-directory=/opt/continuentInstallation directory.profile-script=~/.bash_profileAppend commands to include env.sh in this profile script.skip-validation-check=InstallerMasterSlaveCheckDo not run the specified validation check.skip-validation-check=InstallerMasterSlaveCheckDo not run the specified validation check.rest-api-admin-user=apiuserSpecify the initial Admin Username for API access.Available from v7.0.0rest-api-admin-password=secretSpecify the initial Admin User Password for API access.rest-api-admin-passwordalias only available from version 7.1.2 onwards.Available from v7.0.0replicator-rest-api-address=0.0.0.0Address for the API to bind too.Available from v7.0.0