You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Nick Orka (JIRA)" <ji...@apache.org> on 2016/09/28 15:50:20 UTC

[jira] [Updated] (SPARK-17707) Web UI prevents spark-submit application to be finished

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

Nick Orka updated SPARK-17707:
------------------------------
    Description: 
Here are re-production steps:
1. create any scala spark application which will work long enough to open the application details in Web UI
2. run spark-submit command for standalone cluster, like: --master spark:\\localhost:7077
3. open running application details in Web UI, like: localhost:4040
4. spark-submit will never finish, you will have to kill the process

Cause: The application creates a thread with infinite loop for web UI communication  and never stops it. The application is waiting for the thread to be finished instead.

  was:
Here are re-production steps:
1. create any scala spark application which will work long enough to open the application details in Web UI
2. run spark-submit command for standalone cluster, like: --master spark:\\localhost:7077
3. open running application details in Web UI, like: localhost:4040
4. spark-submit will never finish, you will have to kill the process

Cause: The application creates a thread with infinite loop for web UI communication  and never stop it. The application is waiting for the thread to be finished instead.


> Web UI prevents spark-submit application to be finished
> -------------------------------------------------------
>
>                 Key: SPARK-17707
>                 URL: https://issues.apache.org/jira/browse/SPARK-17707
>             Project: Spark
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Nick Orka
>
> Here are re-production steps:
> 1. create any scala spark application which will work long enough to open the application details in Web UI
> 2. run spark-submit command for standalone cluster, like: --master spark:\\localhost:7077
> 3. open running application details in Web UI, like: localhost:4040
> 4. spark-submit will never finish, you will have to kill the process
> Cause: The application creates a thread with infinite loop for web UI communication  and never stops it. The application is waiting for the thread to be finished instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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