Package | Description |
---|---|
org.apache.crunch |
Client-facing API and core abstractions.
|
org.apache.crunch.impl.spark |
Modifier and Type | Field and Description |
---|---|
PipelineExecution.Status |
PipelineResult.status |
Modifier and Type | Method and Description |
---|---|
PipelineExecution.Status |
PipelineExecution.getStatus() |
static PipelineExecution.Status |
PipelineExecution.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineExecution.Status[] |
PipelineExecution.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PipelineResult(List<PipelineResult.StageResult> stageResults,
PipelineExecution.Status status) |
Modifier and Type | Method and Description |
---|---|
PipelineExecution.Status |
SparkRuntime.getStatus() |
Copyright © 2016 The Apache Software Foundation. All rights reserved.