New addendum to YARN-5080. Cannot obtain logs using YARN CLI -am for either KILLED or RUNNING AM.
This commit is contained in:
parent
d14e729a55
commit
7705812c7e
@ -284,9 +284,8 @@ protected List<JSONObject> getAMContainerInfoForRMWebService(
|
|||||||
Configuration conf, String appId) throws ClientHandlerException,
|
Configuration conf, String appId) throws ClientHandlerException,
|
||||||
UniformInterfaceException, JSONException {
|
UniformInterfaceException, JSONException {
|
||||||
Client webServiceClient = Client.create();
|
Client webServiceClient = Client.create();
|
||||||
String webAppAddress = WebAppUtils.getHttpSchemePrefix(conf) +
|
String webAppAddress = WebAppUtils.getRMWebAppURLWithScheme(conf);
|
||||||
WebAppUtils.getWebAppBindURL(conf, YarnConfiguration.RM_BIND_HOST,
|
|
||||||
WebAppUtils.getRMWebAppURLWithoutScheme(conf));
|
|
||||||
WebResource webResource = webServiceClient.resource(webAppAddress);
|
WebResource webResource = webServiceClient.resource(webAppAddress);
|
||||||
|
|
||||||
ClientResponse response =
|
ClientResponse response =
|
||||||
|
Loading…
Reference in New Issue
Block a user