You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Yue Zhang (Jira)" <ji...@apache.org> on 2021/06/25 15:05:00 UTC

[jira] [Created] (HUDI-2073) The sparkJob of hoodieClusteringJob running through sparkSubmit will not quit even it is finished or failed.

Yue Zhang created HUDI-2073:
-------------------------------

             Summary: The sparkJob of hoodieClusteringJob running through sparkSubmit will not quit even it is finished or failed.
                 Key: HUDI-2073
                 URL: https://issues.apache.org/jira/browse/HUDI-2073
             Project: Apache Hudi
          Issue Type: Bug
            Reporter: Yue Zhang


Users can launch HoodieClusteringJob through sparkSubmit to 
 # Scheduling clustering
 # Execute clustering

But these spark jobs will never finished and SparkSubmit never quit even jobs are finished or failed.

This is because clustering job will init a SparkRDDWriteClient to doSchedule or do cluster But did not close this client after that. It will cause that `jsc.stop();` can't kill this sparkJob and hang forever.



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