Wenning Ding created HUDI-1369:
----------------------------------
Summary: Bootstrap datasource jobs from hanging via spark-submit
Key: HUDI-1369
URL: https://issues.apache.org/jira/browse/HUDI-1369
Project: Apache Hudi
Issue Type: Bug
Reporter: Wenning Ding
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)