Details
Description
Useful when distcp needs to access 2 Data Lake stores with different SPIs.
Of course, a workaround is to grant the same SPI access permission to both stores, but sometimes it might not be feasible.
One idea is to embed the store name in the configuration property names, e.g., dfs.adls.oauth2.<store>.client.id. Per-store keys will be consulted first, then fall back to the global keys.
Attachments
Issue Links
- depends upon
-
HADOOP-13336 S3A to support per-bucket configuration
- Resolved
-
HADOOP-17401 GCS to support per-bucket configuration
- Resolved
- is duplicated by
-
HADOOP-15238 ADLS to support per-store configuration: Yetus patch checker
- Resolved
- relates to
-
HADOOP-14507 extend per-bucket secret key config with explicit getPassword() on fs.s3a.$bucket.secret.key
- Resolved
- links to