azureCredentials.properties

File purpose

The azureCredentials.properties file defines the necessary credential information for connecting to an Azure Blob container.

File location

The file is located in the folder mr-application\src\main\resources.

File values

Key Value Description
dlc.azure.container mra-sample-dataset The root name of the storage container.
dlc.azure.root data The subdirectory containing data files relevant to our ETL configuration.
dlc.azure.connection.string The key to connect to the container. The key is set by spring options.
dlc.cloud.fetch.thread 12 The number of threads.