Required parameters
When deploying the PostgreSQL CDC to Kudu ReadyFlow, you have to provide the following parameters. Use the information you collected in Prerequisites.
Parameter Name | Description |
---|---|
CDP Workload User | Specify the Cloudera machine user or workload user name that you want to use to authenticate to Kudu. Ensure this user has the appropriate access rights to the Kudu table. |
CDP Workload User Password | Specify the password of the Cloudera machine user or workload user you are using to authenticate to Kudu. |
Destination Database Table Name | Specify the destination database table name in the form:
[database_name].[table_name] |
Kudu Master Hosts | Specify the Kudu Master hostnames in a comma separated list. |
Source Database Name | Specify the source database name. |
Source Database Password | Specify the source database password. |
Source Database Server Host Name | Specify the source database server host name. |
Source Database Server Port | Specify the source database server port. The default value is 5432. |
Source Database Table Name | Specify the source database table name. |
Source Database User | Specify the source database user in the form:
[schema_name].[table_name] |