You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Iain Buclaw (Jira)" <ji...@apache.org> on 2021/01/11 10:57:00 UTC

[jira] [Created] (KNOX-2528) Tracking URL link in YARN for Killed applications broken

Iain Buclaw created KNOX-2528:
---------------------------------

             Summary: Tracking URL link in YARN for Killed applications broken
                 Key: KNOX-2528
                 URL: https://issues.apache.org/jira/browse/KNOX-2528
             Project: Apache Knox
          Issue Type: Bug
    Affects Versions: 1.4.0
            Reporter: Iain Buclaw
         Attachments: image-2021-01-11-11-53-33-672.png

The Tracking UI History link for all jobs under /yarn/cluster/apps/KILLED are broken.

 

The service port and path suggest that it's a link intended for the Timeline Server UI, which is currently unimplemented, see KNOX-1032.

 

Steps to reproduce are:
 # Start a mid-to-long running spark job, I picked `org.apache.spark.examples.SparkPi` with an argument of `100000`.
 # Kill the running job: `yarn application -kill application_1610360301299_0002`
 # In YARN, navigate to Applications/KILLED, and see the link at the end of the row.  It'll be in the form of [http://dataproc-m:8188/applicationhistory/app/application_1610360301299_0002]

 

!image-2021-01-11-11-53-33-672.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)