|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
---|---|
org.apache.crunch.PipelineResult.StageResult.findCounter(Enum>)
The Counter class changed incompatibly between Hadoop 1 and 2
(from a class to an interface) so user programs should avoid this method and use
PipelineResult.StageResult.getCounterValue(Enum) and/or PipelineResult.StageResult.getCounterDisplayName(Enum) . |
|
org.apache.crunch.PipelineResult.StageResult.getCounters()
The Counter class changed incompatibly between Hadoop 1 and 2
(from a class to an interface) so user programs should avoid this method and use
PipelineResult.StageResult.getCounterNames() . |
|
org.apache.crunch.GroupingOptions.Builder.sourceTarget(SourceTarget>)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |