final String url = otherUrl + "/v" + OozieClient.WS_PROTOCOL_VERSION + "/" + RestConstants.JOB
+ "/" + jobId + "?" + RestConstants.JOB_SHOW_PARAM + "=" + RestConstants.JOB_SHOW_LOG
+ "&" + RestConstants.ALL_SERVER_REQUEST + "=false" + AuthUrlClient.getQueryParamString(params);
BufferedReader reader = AuthUrlClient.callServer(url);
parsers.add(new SimpleTimestampedMessageParser(reader, filter));
}
catch(IOException ioe) {
log.warn("Failed to retrieve logs for job [" + jobId + "] from Oozie server with ID [" + otherId
+ "] at [" + otherUrl + "]; log information may be incomplete", ioe);
badOozies.add(otherId);