You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "sdaberdaku (via GitHub)" <gi...@apache.org> on 2023/01/24 10:37:20 UTC

[GitHub] [iceberg] sdaberdaku commented on issue #6615: Merge into does not work with spark temp table

sdaberdaku commented on issue #6615:
URL: https://github.com/apache/iceberg/issues/6615#issuecomment-1401709057

   I faced the same exact error as @alex2308 and tried a couple of things. There were no useful logs in the Spark UI, so I tried downgrading from the spark runtime from 3.3.1 to 3.2.3 and the from iceberg-spark-runtime-3.3_2.12:1.1.0 to iceberg-spark-runtime-3.2_2.12:1.1.0.
   After the downgrade, I saw the following error in the logs:
   Caused by: java.lang.NoSuchMethodError: 'void software.amazon.awssdk.utils.IoUtils.closeQuietly(java.lang.AutoCloseable, software.amazon.awssdk.thirdparty.org.slf4j.Logger)'
   Which led me to increase the AWS dependencies version from 2.17.257 to the current latest one: 2.19.21 which seems to have fixed the issue. 
   I have not tried to go back to spark 3.3.1 yet.


-- 
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-unsubscribe@iceberg.apache.org

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


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