TayfunBugraBas commented on issue #13781:
URL: https://github.com/apache/iceberg/issues/13781#issuecomment-3636515452

   > I ran into the exact same problem. It was solved by adding this config to 
nessie:
   > 
   > `nessie.catalog.service.s3.default-options.request-signing-enabled=false `
   
   I have the same error but when i try  this solution i get different error, 
   
   error is as follows : 
   
   25/12/09 12:07:33 WARN TaskSetManager: Lost task 0.0 in stage 6.0 (TID 4) 
(10.42.7.116 executor 1): 
software.amazon.awssdk.core.exception.SdkClientException: Unable to load 
credentials from any of the providers in the chain 
AwsCredentialsProviderChain(credentialsProviders=[SystemPropertyCredentialsProvider(),
 EnvironmentVariableCredentialsProvider(), 
WebIdentityTokenCredentialsProvider(), 
ProfileCredentialsProvider(profileName=default, 
profileFile=ProfileFile(sections=[])), ContainerCredentialsProvider(), 
InstanceProfileCredentialsProvider()]) : [SystemPropertyCredentialsProvider(): 
Unable to load credentials from system settings. Access key must be specified 
either via environment variable (AWS_ACCESS_KEY_ID) or system property 
(aws.accessKeyId)., EnvironmentVariableCredentialsProvider(): Unable to load 
credentials from system settings. Access key must be specified either via 
environment variable (AWS_ACCESS_KEY_ID) or system property (aws.accessKeyId)., 
WebIdentityTokenCredentia
 lsProvider(): Either the environment variable AWS_WEB_IDENTITY_TOKEN_FILE or 
the javaproperty aws.webIdentityTokenFile must be set., 
ProfileCredentialsProvider(profileName=default, 
profileFile=ProfileFile(sections=[])): Profile file contained no credentials 
for profile 'default': ProfileFile(sections=[]), 
ContainerCredentialsProvider(): Cannot fetch credentials from container - 
neither AWS_CONTAINER_CREDENTIALS_FULL_URI or 
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI environment variables are set.,
   InstanceProfileCredentialsProvider(): Failed to load credentials from IMDS.]
   
   
   credentials were predefined and working
   
   nessie: 0.104.3
   spark: 3.5.3
   iceberg:1.9.2
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to