You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Wenning Ding (Jira)" <ji...@apache.org> on 2020/11/14 04:27:00 UTC

[jira] [Created] (HUDI-1396) Bootstrap job via Hudi datasource hangs at the end of the spark-submit job

Wenning Ding created HUDI-1396:
----------------------------------

             Summary: Bootstrap job via Hudi datasource hangs at the end of the spark-submit job
                 Key: HUDI-1396
                 URL: https://issues.apache.org/jira/browse/HUDI-1396
             Project: Apache Hudi
          Issue Type: Bug
            Reporter: Wenning Ding


Bootstrap job via Hudi datasource hangs at the end of the spark-submit job

 

This issue is similar to https://issues.apache.org/jira/browse/HUDI-1230. Basically, {{HoodieWriteClient}} at [https://github.com/apache/hudi/blob/release-0.6.0/hudi-spark/src/main/scala/org/apache/hudi/HoodieSparkSqlWriter.scala#L255] will not be closed and as a result, the corresponding timeline server will not stop at the end. Therefore the job hangs and never exits.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)