Details
-
Bug
-
Status: Open
-
Blocker
-
Resolution: Unresolved
-
None
-
None
-
None
Description
MOR table creation via Hudi datasource hangs at the end of the spark-submit job.
Looks like HoodieWriteClient at https://github.com/apache/hudi/blob/release-0.6.0/hudi-spark/src/main/scala/org/apache/hudi/HoodieSparkSqlWriter.scala#L255 not being closed which does not stop the timeline server at the end, and as a result the job hangs and never exits.