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

Junping Du commented on YARN-6877:
----------------------------------

It is very tricky to find out real errors among thousands of ERROR messages, 
but I think finally I found two that is really error:

{code}
...
[ERROR] 
/testptch/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/logaggregation/filecontroller/LogAggregationFileController.java:231:
 error: @param name not found
[ERROR] * @param the aggregatedLog path.
...
[ERROR] 
/testptch/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/logaggregation/filecontroller/LogAggregationFileController.java:242:
 error: @param name not found
[ERROR] * @param the aggregatedLog path.
{code}

[~xgong], can you double check any other java doc errors?

> Create an abstract log reader for extendability
> -----------------------------------------------
>
>                 Key: YARN-6877
>                 URL: https://issues.apache.org/jira/browse/YARN-6877
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Xuan Gong
>            Assignee: Xuan Gong
>             Fix For: 2.9.0, 3.0.0-beta1
>
>         Attachments: YARN-6877-branch-2.001.patch, 
> YARN-6877-branch-2.002.patch, YARN-6877-trunk.001.patch, 
> YARN-6877-trunk.002.patch, YARN-6877-trunk.003.patch, 
> YARN-6877-trunk.004.patch, YARN-6877-trunk.005.patch, 
> YARN-6877-trunk.006.patch, YARN-6877-trunk.007.patch, 
> YARN-6877-trunk.008.patch
>
>
> Currently, TFile log reader is used to read aggregated log in YARN. We need 
> to add an abstract layer, and pick up the correct log reader based on the 
> configuration.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
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