todd5167 commented on issue #5395:
URL: https://github.com/apache/hudi/issues/5395#issuecomment-1110469761
@yihua @codope Flink writes hudi configuration information as follows. I
have restored from flink savepoint multiple times and keep getting this error.
When the exception occurs .temp/20220421063410412 has subfolders. My
temporary solution is, boolean result = fs.delete(dirPath, **true**); not sure
what's wrong with this.
```
'connector' = 'hudi',
'path' = 's3a://xxxxxxx/hudi/ac_withdraw_record',
'table.type' = 'MERGE_ON_READ',
'write.bucket_assign.tasks' = '2',
'write.tasks' = '2',
'changelog.enabled' = 'false',
'hoodie.cleaner.policy' = 'KEEP_LATEST_FILE_VERSIONS' ,
'hoodie.cleaner.fileversions.retained' = '2' ,
'write.task.max.size' = '2048',
'write.index_bootstrap.tasks' = '4',
'index.bootstrap.enabled' = 'true',
'index.global.enabled' = 'false',
'compaction.tasks' = '4',
'compaction.max_memory' = '1024',
'hoodie.compact.inline.trigger.strategy' = 'NUM_COMMITS',
'hive_sync.enable' = 'true',
'hive_sync.mode' = 'glue',
'hive_sync.table' = 'ac_withdraw_record',
'hive_sync.skip_ro_suffix' = 'true',
'hive_sync.db' = 'hudi_meta',
'hoodie.compact.inline.max.delta.commits' = '6'
```
--
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]