YARN-8871. Document ATSv2 integrated LogWebService. Contributed by Suma Shivaprasad.

This commit is contained in:
Rohith Sharma K S 2018-10-30 11:34:20 +05:30
parent 4ec4ec6971
commit a283da2167
1 changed files with 5 additions and 0 deletions

View File

@ -1570,3 +1570,8 @@ With this API, you can query set of available entity types for a given app id. I
1. If any problem occurs in parsing request, HTTP 400 (Bad Request) is returned.
1. If flow context information cannot be retrieved or entity for the given entity id cannot be found, HTTP 404 (Not Found) is returned.
1. For non-recoverable errors while retrieving data, HTTP 500 (Internal Server Error) is returned.
## <a name="Aggregated Log Serving for Historical Apps"></a>Aggregated Log Serving for Historical Apps
TimelineService v.2 supports serving aggregated logs of historical apps. To enable this, configure "yarn.log.server.web-service.url" to "${yarn .timeline-service.hostname}:8188/ws/v2/applicationlog"
in `yarn-site.xml`