coolderli commented on issue #2958:
URL: https://github.com/apache/iceberg/issues/2958#issuecomment-897527833


   I have already meet this problem, here is my stack:
   ```
   2021-05-14,12:52:40,185 WARN org.apache.iceberg.io.PartitionedWriter: 
Duplicate key: [11] == [11]
   2021-05-14,12:52:40,185 ERROR org.apache.spark.util.Utils: Aborting task
   java.lang.IllegalStateException: Already closed files for partition: 
id_bucket=11
   ```
   
   I solve it by set `alter table xxx set TBLPROPERTIES 
('write.spark.fanout.enabled'='true');`


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to