Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
FailureDetails |
FailureDetails.clone() |
FailureDetails |
StepStatus.getFailureDetails()
The details for the step failure including reason, message, and log file path where the root cause was
identified.
|
FailureDetails |
FailureDetails.withLogFile(String logFile)
The path to the log file where the step failure root cause was originally recorded.
|
FailureDetails |
FailureDetails.withMessage(String message)
The descriptive message including the error the Amazon EMR service has identified as the cause of step failure.
|
FailureDetails |
FailureDetails.withReason(String reason)
The reason for the step failure.
|
Modifier and Type | Method and Description |
---|---|
void |
StepStatus.setFailureDetails(FailureDetails failureDetails)
The details for the step failure including reason, message, and log file path where the root cause was
identified.
|
StepStatus |
StepStatus.withFailureDetails(FailureDetails failureDetails)
The details for the step failure including reason, message, and log file path where the root cause was
identified.
|
Copyright © 2024. All rights reserved.