This project has retired. For details please refer to its Attic page.
Deprecated List (Apache Crunch 0.8.0 API)

Deprecated API


Contents
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)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.