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

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

     [ https://issues.apache.org/jira/browse/HUDI-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated HUDI-2073:
---------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Priority: Major
>              Labels: pull-request-available
>
> 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)