You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/08/30 14:55:21 UTC

[GitHub] [iceberg] msb1 commented on issue #5630: Failed to start the Flink task (write iceberg)

msb1 commented on issue #5630:
URL: https://github.com/apache/iceberg/issues/5630#issuecomment-1231783307

   If you are using gradle and creating shadow jar; do not use minimize()... Was doing build with 
         shadowJar {
             minimize()
             zip64 true
         }
   in build.gradle. Had identical error message to what is shown in first post above.
   
   Changed to 
         shadowJar {
             zip64 true
         }
   in build.gradle and error is gone. Appears that minimize() was removing shaded caffeine from fat jar.  Could probably have problem if using maven shaded plugin as well.
   
   


-- 
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