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/25 10:06:25 UTC

[GitHub] [iceberg] 95liu opened a new issue, #5630: Failed to start the Flink task (write iceberg)

95liu opened a new issue, #5630:
URL: https://github.com/apache/iceberg/issues/5630

   ### Apache Iceberg version
   
   _No response_
   
   ### Query engine
   
   _No response_
   
   ### Please describe the bug 🐞
   
   use iceberg-flink-runtime:jar:0.12.1 
   
   `Caused by: java.lang.IllegalStateException: org.apache.iceberg.shaded.com.github.benmanes.caffeine.cache.SI
           at org.apache.iceberg.shaded.com.github.benmanes.caffeine.cache.LocalCacheFactory.newBoundedLocalCache(LocalCacheFactory.java:101)
           at org.apache.iceberg.shaded.com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalManualCache.<init>(BoundedLocalCache.java:3357)
           at org.apache.iceberg.shaded.com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalManualCache.<init>(BoundedLocalCache.java:3353)
           at org.apache.iceberg.shaded.com.github.benmanes.caffeine.cache.Caffeine.build(Caffeine.java:995)
           at org.apache.iceberg.SchemaParser.<clinit>(SchemaParser.java:272)
           ... 29 more
   Caused by: java.lang.NoSuchMethodException: org.apache.iceberg.shaded.com.github.benmanes.caffeine.cache.SI.<init>(org.apache.iceberg.shaded.com.github.benmanes.caffeine.cache.Caffeine, org.apache.iceberg.shaded.com.github.benmanes.caffeine.cache.CacheLoader, boolean)
           at java.lang.Class.getConstructor0(Class.java:3082)
           at java.lang.Class.getDeclaredConstructor(Class.java:2178)
           at org.apache.iceberg.shaded.com.github.benmanes.caffeine.cache.LocalCacheFactory.newBoundedLocalCache(LocalCacheFactory.java:96)
           ... 33 more`


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


[GitHub] [iceberg] github-actions[bot] commented on issue #5630: Failed to start the Flink task (write iceberg)

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #5630:
URL: https://github.com/apache/iceberg/issues/5630#issuecomment-1445512488

   This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.


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


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

Posted by GitBox <gi...@apache.org>.
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


[GitHub] [iceberg] github-actions[bot] commented on issue #5630: Failed to start the Flink task (write iceberg)

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #5630:
URL: https://github.com/apache/iceberg/issues/5630#issuecomment-1467151965

   This issue has been closed because it has not received any activity in the last 14 days since being marked as 'stale'


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


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

Posted by GitBox <gi...@apache.org>.
Fokko commented on issue #5630:
URL: https://github.com/apache/iceberg/issues/5630#issuecomment-1227094273

   Hey @95liu, thanks for opening a ticket. Which version of Flink are you using? Please note that you're using a rather old version of Iceberg, I would recommend updating that 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


[GitHub] [iceberg] github-actions[bot] closed issue #5630: Failed to start the Flink task (write iceberg)

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #5630: Failed to start the Flink task (write iceberg)
URL: https://github.com/apache/iceberg/issues/5630


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