
Answer-first summary for fast verification
Answer: spark.hadoop.fs.azure.simple.httpclient.retry.policy.type
The correct answer is **C. spark.hadoop.fs.azure.simple.httpclient.retry.policy.type**. This configuration specifies the retry policy type for the HTTP client and is unrelated to AAD authentication. In contrast, the other options are essential for AAD token-based access: - **A. spark.hadoop.fs.azure.account.oauth2.client.id**: Specifies the client ID for AAD authentication. - **B. spark.hadoop.fs.azure.account.oauth.provider.type**: Defines the OAuth provider type for AAD. - **D. spark.hadoop.fs.azure.account.auth.type**: Determines the authentication type for accessing Azure Data Lake Storage Gen2. Thus, option C is the only irrelevant configuration for setting up AAD token-based access.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
When configuring a Spark application to use Azure Active Directory (AAD) for authentication to access Azure Data Lake Storage Gen2, which of the following configurations is not necessary for setting up AAD token-based access?
A
spark.hadoop.fs.azure.account.oauth2.client.id
B
spark.hadoop.fs.azure.account.oauth.provider.type
C
spark.hadoop.fs.azure.simple.httpclient.retry.policy.type
D
spark.hadoop.fs.azure.account.auth.type
No comments yet.