Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
-
None
Description
Currently in LogsCLI, we still use YarnClient to get ContainerReport. We expect the users to enable yarn.timeline-service.generic-application-history.enabled to get finished container report which is not ideal. We can replace all RPC calls with WebService call, so the users do not need to change their configuration (to enable generic-application-history).