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

[jira] [Created] (SPARK-10541) Allow ApplicationHistoryProviders to provide their own text when there aren't any complete apps

Steve Loughran created SPARK-10541:
--------------------------------------

             Summary: Allow ApplicationHistoryProviders to provide their own text when there aren't any complete apps
                 Key: SPARK-10541
                 URL: https://issues.apache.org/jira/browse/SPARK-10541
             Project: Spark
          Issue Type: Improvement
          Components: Web UI
    Affects Versions: 1.5.0
            Reporter: Steve Loughran
            Priority: Minor


The current History Server text when there are no complete apps is hard coded for the FS provider and talks about log directories. As it is static text, it doesn't get any recent information from that FS provider itself, such as the directory it is looking at.

For other ApplicationHistoryProviders, there will be different reasons
for the list being empty, including, in the timeline implementation: failure to talk to the server, authentication failure, or simply no events being present.
Even {{FsHistoryProvider}} could help users by actually printing what the log directory was.

If a method {{emptyListingText()}} `was supported, each implementation could provide a live explanation of the current state




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