You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Sreenath Somarajapuram (JIRA)" <ji...@apache.org> on 2016/12/07 18:03:59 UTC

[jira] [Updated] (YARN-3698) Correct make task attempt log files downloadable from all browsers

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

Sreenath Somarajapuram updated YARN-3698:
-----------------------------------------
    Description: 
Please provide a variant of the link with the following headers set, this enables direct download of the file across all browsers. Without these we cannot provide a cross-browser download links.
{code}
    Content-Disposition: attachment; filename="attempt-id.log"
    Content-Type of text/plain
{code}

  was:
Issue with redirection:
On hitting {code}http://address:8042/node/containerlogs/container_e13_1448429572030_8751_01_000588/uname/syslog_attempt_1448429572030_8751_6_02_000000_0{code}
We are getting redirected to the container logs at {code}http://address:19888/jobhistory/logs/address:45454/container_e13_1448429572030_8751_01_000588/container_e13_1448429572030_8751_01_000588/uname{code}
The ideal behaviour must be to get the respective attempt log.

Make logs downloadable:
Please provide a variant of the link with the following headers set, this enables direct download of the file across all browsers. Without these we cannot provide a cross-browser download links.
{code}
    Content-Disposition: attachment; filename="attempt-id.log"
    Content-Type of text/plain
{code}

        Summary: Correct make task attempt log files downloadable from all browsers  (was: Correct node-manager redirection & make task attempt log files downloadable from all browsers)

> Correct make task attempt log files downloadable from all browsers
> ------------------------------------------------------------------
>
>                 Key: YARN-3698
>                 URL: https://issues.apache.org/jira/browse/YARN-3698
>             Project: Hadoop YARN
>          Issue Type: Task
>            Reporter: Sreenath Somarajapuram
>
> Please provide a variant of the link with the following headers set, this enables direct download of the file across all browsers. Without these we cannot provide a cross-browser download links.
> {code}
>     Content-Disposition: attachment; filename="attempt-id.log"
>     Content-Type of text/plain
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org