List of required configuration parameters for the PostgreSQL CDC to Iceberg [Technical Preview] ReadyFlow
When deploying the PostgreSQL CDC to Iceberg [Technical Preview] 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 Hive. Ensure this user has the appropriate access rights to the Iceberg table. |
CDP Workload User Password | Specify the password of the Cloudera machine user or workload user you are using to authenticate to Hive. |
CDPEnvironment | The Cloudera Environment configuration resources. |
Hive Catalog Namespace | Specify the Hive catalog namespace. |
Iceberg Table Name | Specify the Iceberg table name you want to write to. Table must be Iceberg format v2. |
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 in the
form:[schema_name].[table_name] . |
Source Database User | Specify the source database user. |