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/12/21 12:03:40 UTC

[GitHub] [iceberg] hililiwei commented on issue #6465: Iceberg not rolling files to hdfs while flink streaming job running

hililiwei commented on issue #6465:
URL: https://github.com/apache/iceberg/issues/6465#issuecomment-1361230094

   > is checkpoint enabled?
   
   Your current problem is that you have not found any data in the iceberg table?
   
   As mentioned above, please confirm whether checkpoint is enabled. If you do not, the data will not be commited to the iceberg table.
   
   When Flink writes data, it will roll the file when the size of the file being written is larger than the max target file size value, or  when Flink performs a checkpoint. 


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