Package | Description |
---|---|
org.apache.hadoop.yarn.logaggregation |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.logaggregation.filecontroller |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.logaggregation.filecontroller.ifile |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.logaggregation.filecontroller.tfile |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
int |
LogCLIHelpers.dumpAContainerLogsForLogType(ContainerLogsRequest options) |
int |
LogCLIHelpers.dumpAContainerLogsForLogType(ContainerLogsRequest options,
boolean outputFailure) |
int |
LogCLIHelpers.dumpAContainerLogsForLogTypeWithoutNodeId(ContainerLogsRequest options) |
int |
LogCLIHelpers.dumpAllContainersLogs(ContainerLogsRequest options) |
static com.sun.jersey.api.client.ClientResponse |
LogToolUtils.getResponseFromNMWebService(org.apache.hadoop.conf.Configuration conf,
com.sun.jersey.api.client.Client webServiceClient,
ContainerLogsRequest request,
String logFile)
Redirect the
ContainerLogsRequest to the NodeManager's
NMWebServices. |
Set<ContainerLogFileInfo> |
LogCLIHelpers.listContainerLogs(ContainerLogsRequest options) |
int |
LogCLIHelpers.printAContainerLogMetadata(ContainerLogsRequest options,
PrintStream out,
PrintStream err) |
void |
LogCLIHelpers.printContainersList(ContainerLogsRequest options,
PrintStream out,
PrintStream err) |
void |
LogCLIHelpers.printNodesList(ContainerLogsRequest options,
PrintStream out,
PrintStream err) |
Constructor and Description |
---|
ContainerLogsRequest(ContainerLogsRequest request) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
LogAggregationFileController.readAggregatedLogs(ContainerLogsRequest logRequest,
OutputStream os)
Output container log.
|
abstract List<ContainerLogMeta> |
LogAggregationFileController.readAggregatedLogsMeta(ContainerLogsRequest logRequest)
Return a list of
ContainerLogMeta for an application
from Remote FileSystem. |
Modifier and Type | Method and Description |
---|---|
boolean |
LogAggregationIndexedFileController.readAggregatedLogs(ContainerLogsRequest logRequest,
OutputStream os) |
List<ContainerLogMeta> |
LogAggregationIndexedFileController.readAggregatedLogsMeta(ContainerLogsRequest logRequest) |
Modifier and Type | Method and Description |
---|---|
boolean |
LogAggregationTFileController.readAggregatedLogs(ContainerLogsRequest logRequest,
OutputStream os) |
List<ContainerLogMeta> |
LogAggregationTFileController.readAggregatedLogsMeta(ContainerLogsRequest logRequest) |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.