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

Alejandro Abdelnur commented on YARN-649:
-----------------------------------------

[~vinodkv], for the new HTTP service returning logs, a 64K buffer is used to 
stream the logs, so there things are bounded. For the existing web ui page that 
display the logs, that is a different story, the current implementation is 
loading the complete log in memory, creating the page, and returning it. The 
later should be fix to do streaming similar to the new HTTP plain/text, but 
that is another JIRA (just created YARN-911), here things are moving around a 
bit in the web ui log service just to reuse certain logic. Are we good then 
with the latest patch here?
                
> Make container logs available over HTTP in plain text
> -----------------------------------------------------
>
>                 Key: YARN-649
>                 URL: https://issues.apache.org/jira/browse/YARN-649
>             Project: Hadoop YARN
>          Issue Type: Improvement
>          Components: nodemanager
>    Affects Versions: 2.0.4-alpha
>            Reporter: Sandy Ryza
>            Assignee: Sandy Ryza
>         Attachments: YARN-649-2.patch, YARN-649-3.patch, YARN-649-4.patch, 
> YARN-649-5.patch, YARN-649.patch, YARN-752-1.patch
>
>
> It would be good to make container logs available over the REST API for 
> MAPREDUCE-4362 and so that they can be accessed programatically in general.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to