DEV Community

Discussion on: Tutorial: Intro to Apache Iceberg with Apache Polaris and Apache Spark

Collapse
 
alexmercedcoder profile image
Alex Merced

java.lang.IllegalStateException: Invalid S3 Credentials: s3.access-key-id not set
this seems to be the main problem, make sure that your s3 credentials are set in your environment and in your polaris servers environmental variables.

Collapse
 
timurkh profile image
Timur K.

Alex, thanks a lot for your reply. I think I found the cause, it is the option "stsUnavailable": True in storageConfigInfo properties. I belive it should not be there, as minio supports STS and removing it fixed the issue.