You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Kevin Risden (JIRA)" <ji...@apache.org> on 2019/04/09 21:06:00 UTC

[jira] [Commented] (KNOX-1839) Broken 'Show incomplete applications' link in Spark History UI

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

Kevin Risden commented on KNOX-1839:
------------------------------------

We tested this and we were not able to reproduce this behavior. Make sure you have /sparkhistory/ with the trailing slash after sparkhistory/. Here are the example urls tested and the contents of the topology xml.

# Open https://knox_host.example.com:8443/gateway/default/sparkhistory/
# Click the "Show incomplete applications" link
# Verify page loads correctly as https://knox_host.example.com:8443/gateway/default/sparkhistory/?showIncomplete=true

topology xml snippet
{code:java}
<service>
        <role>SPARKHISTORYUI</role>
        <url>http://spark_host.example.com:18081</url>
    </service>
{code}

> Broken 'Show incomplete applications' link in Spark History UI
> --------------------------------------------------------------
>
>                 Key: KNOX-1839
>                 URL: https://issues.apache.org/jira/browse/KNOX-1839
>             Project: Apache Knox
>          Issue Type: Bug
>            Reporter: Lei Ding
>            Priority: Minor
>         Attachments: SparkHistoryShowIncomplete.png
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The link to show incomplete applications in the Spark History UI is not rewritten correctly. It should link to '/gateway/<topology>/sparkhistory?showIncomplete=true' but instead links to '?showIncomplete=true'



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)