[ 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to