xiearthur commented on issue #12523: URL: https://github.com/apache/hudi/issues/12523#issuecomment-2561685922
What information do you need? We tried batch migration without using Spark and used an empty hudi table with buckets and cows. Writing was not a problem, but as long as it was combined with Spark's batch migration, it could not be written. The message in the Flink log is: Error Log: CopyIOException: Could not perform checkpoint 2 for operator Bucket_write: default_database.irce_credit_info_mor_test -> Sink: clean_commits (1/1) Stack Trace: Copyat org.apache.flink.streaming.runtime.tasks.StreamTask.processInput(StreamTask.java:423) at org.apache.flink.streaming.runtime.tasks.mailbox.MailboxProcessor.runMailboxLoop(MailboxProcessor.java:204) at org.apache.flink.streaming.runtime.tasks.StreamTask.runMailboxLoop(StreamTask.java:681) at org.apache.flink.streaming.runtime.tasks.StreamTask.executeInvoke(StreamTask.java:650) at org.apache.flink.streaming.runtime.tasks.StreamTask.runWithCleanUpOnFail(StreamTask.java:647) at org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:620) at org.apache.flink.runtime.taskmanager.Task.doRun(Task.java:779) at org.apache.flink.runtime.taskmanager.Task.run(Task.java:566) at java.lang.Thread.run(Thread.java:748) -- 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]
