Adam Antal created YARN-10031:
---------------------------------

             Summary: Create a general purpose log request with additional 
query parameters
                 Key: YARN-10031
                 URL: https://issues.apache.org/jira/browse/YARN-10031
             Project: Hadoop YARN
          Issue Type: Sub-task
          Components: yarn
            Reporter: Adam Antal
            Assignee: Adam Antal


The current endpoints are robust but not very flexible with regards to 
filtering options. I suggest to add an endpoint which provides filtering 
options.
E.g.:
In ATS we have multiple endpoints:
/containers/{containerid}/logs/{filename}
/containerlogs/{containerid}/{filename}

We could add @QueryParams parameters to the REST endpoints like this:
/containers/{containerid}/logs?fileName=stderr&containerState=FAILED&nodeId=nm45



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to