rahul-ghiware commented on issue #409:
URL: 
https://github.com/apache/incubator-xtable/issues/409#issuecomment-2038123232

   > @rahul-ghiware - Can you try setting this 
`'spark.sql.catalog.test_catalog.io-impl', 
'org.apache.iceberg.aws.s3.S3FileIO'`. Since you are using a Hadoop catalog 
with Iceberg & reading/writing data in a S3/cloud storage, it could be looking 
for that class.
   
   Thank you @dipankarmazumdar and @the-other-tim-brown . I was able to read 
iceberg target table after adding following configs to the code.
   ```
   sessionBuilder = 
sessionBuilder.config("spark.sql.catalog.test_iceberg.io-impl", 
"org.apache.iceberg.aws.s3.S3FileIO")
                                  .config("spark.hadoop.fs.s3a.access.key", 
"******")
                                  .config("spark.hadoop.fs.s3a.secret.key", 
"*******")
   ```


-- 
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: commits-unsubscr...@xtable.apache.org

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

Reply via email to