ExplorData24 commented on issue #9205:
URL: https://github.com/apache/iceberg/issues/9205#issuecomment-1838577648

   @nastra 
   Thank you so much.
   
   - I actually tried following this: 
https://github.com/developer-advocacy-dremio/quick-guides-from-dremio/blob/main/sparknotebook.md
   - I specified the minio region "us-east-1" in an .env file.
   - AWS_ACCESS_KEY and AWS_SECRET_KEy, AWS _S3_ENDPOINT and S3A://warehouse / 
are correct and the containers are running.
   
   I tried a lot to resolve this problem such that I passed these 
configurations to the driver to activate the V4 signature:
   
        .set('spark.executor.extraJavaOptions', 
'-Dcom.amazonaws.services.s3.enableV4=true')
        .set('spark.driver.extraJavaOptions', 
'-Dcom.amazonaws.services.s3.enableV4=true')
   
![image](https://github.com/apache/iceberg/assets/149940691/08b1dcde-ba1c-47b8-a357-7b33396bb1e3)
   I always get the same error: 
   
![image](https://github.com/apache/iceberg/assets/149940691/11d4b45e-638c-496b-b338-37ae1696b751)
   
   I don't know the exact cause of this error ?
   
   


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to