Sreenath Somarajapuram created YARN-3698:
--------------------------------------------
Summary: Make task attempt log files accessible from webapps
Key: YARN-3698
URL: https://issues.apache.org/jira/browse/YARN-3698
Project: Hadoop YARN
Issue Type: Task
Reporter: Sreenath Somarajapuram
Currently we don't have direct access to an attempt's log file from web apps.
The only available option is through jobhistory, and that provides an HTML view
of the log.
Requirements:
# A link to access the raw log file.
# A variant of the link with the following headers set, this enables direct
download of the file across all browsers.
Content-Disposition: attachment; filename="attempt-id.log"
Content-Type of text/plain
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)