|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Fields | |
---|---|
org.apache.crunch.io.impl.FileSourceImpl.path
|
|
org.apache.crunch.types.avro.Avros.REFLECT_DATA_FACTORY
as of 0.9.0; use AvroMode.REFLECT.override(ReaderWriterFactory) |
|
org.apache.crunch.types.avro.Avros.REFLECT_DATA_FACTORY_CLASS
as of 0.9.0; use AvroMode.REFLECT.override(ReaderWriterFactory) |
Deprecated Methods | |
---|---|
org.apache.crunch.io.impl.FileTargetImpl.configureForMapReduce(Job, Class, Class, Class, Path, String)
|
|
org.apache.crunch.types.avro.Avros.configureReflectDataFactory(Configuration)
as of 0.9.0; use AvroMode.REFLECT.configure(Configuration) |
|
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.DoFn.getCounter(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
one of the increment methods instead, such as DoFn.increment(Enum) . |
|
org.apache.crunch.DoFn.getCounter(String, String)
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
one of the increment methods instead, such as DoFn.increment(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.io.impl.FileSourceImpl.getPath()
|
|
org.apache.crunch.types.avro.Avros.getReflectDataFactory(Configuration)
as of 0.9.0; use AvroMode.fromConfiguration(conf) |
|
org.apache.crunch.GroupingOptions.Builder.sourceTarget(SourceTarget>)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |