You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Erick Ramirez (JIRA)" <ji...@apache.org> on 2019/03/08 04:46:00 UTC

[jira] [Commented] (SPARK-20517) Download link in history server UI is not correct

    [ https://issues.apache.org/jira/browse/SPARK-20517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16787528#comment-16787528 ] 

Erick Ramirez commented on SPARK-20517:
---------------------------------------

Is this fix going to be merged into any official 2.2 release? Cheers!

> Download link in history server UI is not correct
> -------------------------------------------------
>
>                 Key: SPARK-20517
>                 URL: https://issues.apache.org/jira/browse/SPARK-20517
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 2.1.0, 2.2.0
>            Reporter: Saisai Shao
>            Assignee: Saisai Shao
>            Priority: Minor
>             Fix For: 2.1.2, 2.2.0
>
>
> The download link in history server UI is concatenated with:
> {code}
>       <td><a href="{{uiroot}}/api/v1/applications/{{id}}/{{num}}/logs" class="btn btn-info btn-mini">Download</a></td>
> {code}
> Here {{num}} filed represents number of attempts, this is not equal to REST APIs. In the REST API, if attempt id is not existed, then {{num}} field should be empty, otherwise this {{num}} field should actually be {{attemptId}}.
> This will lead to the issue of "no such app", rather than correctly download the event log.



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