Howard created SPARK-16631:
------------------------------
Summary: 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
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
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]