You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2018/01/20 14:43:02 UTC

[jira] [Assigned] (SPARK-23088) History server not showing incomplete/running applications

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

Apache Spark reassigned SPARK-23088:
------------------------------------

    Assignee:     (was: Apache Spark)

> History server not showing incomplete/running applications
> ----------------------------------------------------------
>
>                 Key: SPARK-23088
>                 URL: https://issues.apache.org/jira/browse/SPARK-23088
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core, Web UI
>    Affects Versions: 2.1.2, 2.2.1
>            Reporter: paul mackles
>            Priority: Minor
>
> History server not showing incomplete/running applications when _spark.history.ui.maxApplications_ property is set to a value that is smaller than the total number of applications.
> I believe this is because any applications where completed=false wind up at the end of the list of apps returned by the /applications endpoint and when _spark.history.ui.maxApplications_ is set, that list gets truncated and the running apps are never returned.
> The fix I have in mind is to modify the history template to start passing the _status_ parameter when calling the /applications endpoint (status=completed is the default).
> I am running Spark in a Mesos environment but I don't think that is relevant to this issue



--
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