Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.14.0
-
None
Description
When S3 storage plugin option "fs.s3a.impl.disable.cache" is true in the config section and Drill is restarted,
CTAS and CTTAS queries throwing error in Sqlline:
create temporary table s3.tmp.`cttastblwithcache2` as select * from cp.`employee.json`;
Error: SYSTEM ERROR: SdkClientException: Unable to load AWS credentials from any provider in the chain
Fragment 0:0
Please, refer to logs for more information.
[Error Id: 8e386b68-d4fb-4cc6-ba1c-fb41ae0cc9ed on maprhost:31010] (state=,code=0)
create table s3.tmp.`ctastblwithcache` as select * from cp.`employee.json`;
Error: SYSTEM ERROR: SdkClientException: Unable to load AWS credentials from any provider in the chain
Fragment 0:0
Please, refer to logs for more information.
[Error Id: 4346d300-44be-4f17-90b6-4f3a0db0a148 on maprhost:31010] (state=,code=0)
Logs and my storage plugin are in the attachments.
Attachments
Attachments
Issue Links
- links to