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/09 06:14:01 UTC

[GitHub] [iceberg] maswin commented on issue #5997: Iceberg table maintenance/compaction within AWS

maswin commented on issue #5997:
URL: https://github.com/apache/iceberg/issues/5997#issuecomment-1343898096

   You have to set this setting to a higher value (default is 1) to run re-writes in multiple instances in parallel:
   
   `max-concurrent-file-group-rewrites`
   
   [https://iceberg.apache.org/javadoc/1.1.0/org/apache/iceberg/actions/RewriteDataFiles.html#MAX_CONCURRENT_FILE_GROUP_REWRITES](https://iceberg.apache.org/javadoc/1.1.0/org/apache/iceberg/actions/RewriteDataFiles.html#MAX_CONCURRENT_FILE_GROUP_REWRITES)
   
   Not sure why this is not documented. 


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