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

Shurong Mai updated YARN-9517:
------------------------------
    Description: 
yarn-site.xml
{code:java}
<property>
<name>yarn.log-aggregation-enable</name>
<value>false</value>
</property>
{code}
 

When aggregation is not enabled, we click the "container log link"(in web page 
"http://xxxxxx:19888/jobhistory/attempts/job_1556431770792_0001/m/SUCCESSFUL";) 
after a job is finished successfully.

It will jump to the webpage displaying "Aggregation is not enabled. Try the 
nodemanager at yyyyyy:48038" after we click, and the url is 
"http://xxxxxx:19888/jobhistory/logs/yyyyyy:48038/container_1556431770792_0001_01_000002/attempt_1556431770792_0001_m_000000_0/hadoop";

I also fund this problem in all hadoop version  2.x.y and 3.x.y and I submit a 
patch which is  simple and can apply to this hadoop version.

  was:
When aggregation is not enabled, we click the "container log link"(in web page 
"http://xxxxxx:19888/jobhistory/attempts/job_1556431770792_0001/m/SUCCESSFUL";) 
after a job is finished successfully.

It will jump to the webpage displaying "Aggregation is not enabled. Try the 
nodemanager at yyyyyy:48038" after we click, and the url is 
"http://xxxxxx:19888/jobhistory/logs/yyyyyy:48038/container_1556431770792_0001_01_000002/attempt_1556431770792_0001_m_000000_0/hadoop";

I also fund this problem in all hadoop version  2.x.y and 3.x.y and I submit a 
patch which is  simple and can apply to this hadoop version.


> When aggregation is not enabled, can't see the container log
> ------------------------------------------------------------
>
>                 Key: YARN-9517
>                 URL: https://issues.apache.org/jira/browse/YARN-9517
>             Project: Hadoop YARN
>          Issue Type: Bug
>    Affects Versions: 2.2.0, 2.3.0, 2.4.1, 2.5.2, 2.6.5, 3.2.0, 2.9.2, 2.8.5, 
> 2.7.7, 3.1.2
>            Reporter: Shurong Mai
>            Priority: Major
>              Labels: patch
>         Attachments: YARN-9517.patch
>
>
> yarn-site.xml
> {code:java}
> <property>
> <name>yarn.log-aggregation-enable</name>
> <value>false</value>
> </property>
> {code}
>  
> When aggregation is not enabled, we click the "container log link"(in web 
> page 
> "http://xxxxxx:19888/jobhistory/attempts/job_1556431770792_0001/m/SUCCESSFUL";)
>  after a job is finished successfully.
> It will jump to the webpage displaying "Aggregation is not enabled. Try the 
> nodemanager at yyyyyy:48038" after we click, and the url is 
> "http://xxxxxx:19888/jobhistory/logs/yyyyyy:48038/container_1556431770792_0001_01_000002/attempt_1556431770792_0001_m_000000_0/hadoop";
> I also fund this problem in all hadoop version  2.x.y and 3.x.y and I submit 
> a patch which is  simple and can apply to this hadoop version.



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

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

Reply via email to