David Yan created YARN-1264:
-------------------------------
Summary: REST API for retrieving raw container logs
Key: YARN-1264
URL: https://issues.apache.org/jira/browse/YARN-1264
Project: Hadoop YARN
Issue Type: Wish
Components: nodemanager
Reporter: David Yan
Currently you can get the logs embedded in a <pre> element from this URL:
http://<nodemanager_host>:<port>/node/containerlogs/<containerid>/<user>/<logname>/?start=<position>
Would be nice if a REST call like:
http://<nodemanager_host>:<port>/ws/v1/node/containerlogs/<containerid>/<user>/<logname>/?start=<position>
gives the raw thing.
Thanks.
--
This message was sent by Atlassian JIRA
(v6.1#6144)