You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 04:33:44 UTC

[jira] [Resolved] (SPARK-16631) Stopping sparkcontext does not shutdown fileserver

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

Hyukjin Kwon resolved SPARK-16631.
----------------------------------
    Resolution: Incomplete

> Stopping sparkcontext does not shutdown fileserver 
> ---------------------------------------------------
>
>                 Key: SPARK-16631
>                 URL: https://issues.apache.org/jira/browse/SPARK-16631
>             Project: Spark
>          Issue Type: Bug
>            Reporter: Howard
>            Priority: Major
>              Labels: bulk-closed
>
> Stopping sparkcontext does not shutdown fileserver 
> {code}
> SparkContext context = new SparkContext(...);
> context.stop()
> {code}
> On command line, check 
> {code}
> netstat -an | grep <fs port>
> {code}
> Current workaround (In addition to stopping sparkcontext)
> {code}
> ((HttpBasedFileServer) SparkEnv.get().rpcEnv().fileServer()).shutdown();
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org