List of required configuration parameters for the ListenTCP filter to S3/ADLSReadyFlow
When deploying the ListenTCP filter to S3/ADLS 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 username that you want to use to authenticate to the object stores. Ensure this user has the appropriate access rights to the object store locations in Ranger or IDBroker. |
CDP Workload User Password | Specify the password of the Cloudera machine user or workload user you are using to authenticate against the object stores (via IDBroker). |
CSV Delimiter | If your desired output data is CSV, specify the delimiter here. |
Data Input Format | Specify the format of your input data. You can use
|
Data Output Format | Specify the format of your output data. You can use
|
Destination S3 or ADLS Path | Specify the name of the destination S3 or ADLS path you
want to write to. Make sure that the path starts with "/ ". |
Destination S3 or ADLS Storage Location | Specify the name of the destination S3 bucket or ADLS
container you want to write to.
|
Filter Rule | Specify the filter rule expressed in SQL to filter events for the destination object store. Records matching the filter will be written to the destination object store. The default value forwards all records. |
Listening Port | Specify the port to listen on for incoming connections. The
default value is 7003 . |
Schema Text | Specify the Avro-formatted schema to be used for the source event data. |