Deploying the Kafka to ADLS Avro ReadyFlow
Learn how to use the Deployment wizard to deploy the Kafka to ADLS Avro ReadyFlow using the information you collected using the prerequisites check list.
The CDF Catalog is where you manage the flow definition lifecycle, from initial import, to versioning, to deploying a flow definition.
Once you click Deploy, you are redirected to the Alerts tab in the Flow Deployment Detail view where you can track its progress.
For the Kafka to ADLS Avro Readyflow, the following parameters are required. Use the information you collected in the Meeting the prerequisites section.
Kafka to ADLS Avro ReadyFlow configuration parameters | ||
---|---|---|
Parameter Name | Description | Example |
ADLS File System | Specify the name of the ADLS data container you want to write to. | The full path will be constructed from: abfs://{ADLS File System}@#{ADLS Storage Account}.dfs.core.windows.net/#{ADLS Path}/${Kafka.topic} |
ADLS Path | Specify the path within the ADLS data container where you want to write to without any leading characters. | The full path will be constructed from: abfs://{ADLS File System}@#{ADLS Storage Account}.dfs.core.windows.net/#{ADLS Path}/${Kafka.topic} |
ADLS Storage Account | Specify the storage account name you want to write to. | The full ADLS data container path will be constructed from: abfs://{ADLS File System}@#{ADLS Storage Account}.dfs.core.windows.net/#{ADLS Path}/${Kafka.topic} |
CDP Workload User | Specify the CDP machine user or workload username that you want to use to authenticate to Kafka and the object store. Ensure this user has the appropriate access rights in Ranger for the Kafka topic and Ranger or IDBroker for object store access. | |
CDP Workload User Password | Specify the password of the CDP machine user or workload user you are using to authenticate against Kafka and the object store. | |
CSV Delimiter | If your source data is CSV, specify the delimiter here. | |
Data Input Format | Specify the format of your input data. |
|
Kafka Broker Endpoint | Specify the Kafka bootstrap servers string as a comma separated list. | |
Kafka Consumer Group ID | The name of the consumer group used for the source topic you are consuming from. | |
Kafka Source Topic | Specify a topic name that you want to read from. | |
Schema Name | Specify the schema name to be looked up in the Schema Registry for the source Kafka topic. | |
Schema Registry Hostname | Specify the hostname of the Schema Registry you want to connect to. This must be the direct hostname of the Schema Registry itself, not the Knox Endpoint. |