List of required configuration parameters for the ADLS to ADLS Avro ReadyFlow

When deploying the ADLS to ADLS Avro ReadyFlow, you have to provide the following parameters. Use the information you collected in Prerequisites.

Table 1. ADLS to ADLS Avro ReadyFlow configuration parameters
ADLS to ADLS Avro ReadyFlow configuration parameters
Parameter Name Description
CDP Workload User Specify the CDP machine user or workload username that you want to use to authenticate to the object stores and to the Schema Registry. Ensure this user has the appropriate access rights to the object store locations and to the Schema Registry in Ranger or IDBroker.
CDP Workload User Password Specify the password of the CDP machine user or workload user you are using to authenticate against the object stores (via IDBroker) and the Schema Registry.
CSV Delimiter If your source data is CSV, specify the delimiter here.
Data Input Format Specify the format of your input data.
  • CSV
  • JSON
  • AVRO
Destination ADLS File System Specify the file system name you want to write to.

The full path will be constructed from:

abfs://#{Destination ADLS File System}@#{Destination ADLS Storage Account}.dfs.core.windows.net/#{Destination ADLS Path}
Destination 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://#{Destination ADLS File System}@#{Destination ADLS Storage Account}.dfs.core.windows.net/#{Destination ADLS Path}
Destination ADLS Storage Account Specify the storage account name you want to write to.

The full path will be constructed from:

abfs://#{Destination ADLS File System}@#{Destination ADLS Storage Account}.dfs.core.windows.net/#{Destination ADLS Path}

Schema Name Specify the schema name to be looked up in the Schema Registry used to parse the source files.
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.
Source ADLS File System Specify the file system name you want to read from.

The full path will be constructed from:

abfs://#{Source ADLS File System}@#{Source ADLS Storage Account}.dfs.core.windows.net/#{Source ADLS Path}

Source ADLS Path Specify the path within the ADLS data container where you want to read from without any leading characters.

The full path will be constructed from:

abfs://#{Source ADLS File System}@#{Source ADLS Storage Account}.dfs.core.windows.net/#{Source ADLS Path}

Source ADLS Storage Account Specify the storage account name you want to read from.

The full path will be constructed from:

abfs://#{Source ADLS File System}@#{Source ADLS Storage Account}.dfs.core.windows.net/#{Source ADLS Path}