public class LocalHfsAdaptor extends cascading.tap.FileAdaptorTap<java.util.Properties,java.io.InputStream,java.io.OutputStream,Configuration,RecordReader,OutputCollector>
Hfs Tap for use with the
LocalFlowConnector and LocalPlanner.
That is, "local mode" Cascading application can access data on an Apache Hadoop HDFS cluster if the proper Hadoop properties on are set on the LocalFlowConnector instance.
Use this class in order to leverage existing Scheme implementations that wrap Hadoop
InputFormat and OutputFormat implementations.
| Constructor and Description |
|---|
LocalHfsAdaptor(cascading.tap.Tap<Configuration,RecordReader,OutputCollector> original) |
getChildIdentifiers, getChildIdentifiers, getChildIdentifiers, getChildIdentifiers, getFileOriginal, getSize, getSize, isDirectory, isDirectorycommitResource, createResource, createResource, deleteResource, deleteResource, equals, flowConfInit, getConfigDef, getFullIdentifier, getFullIdentifier, getIdentifier, getModifiedTime, getModifiedTime, getNodeConfigDef, getOriginal, getScheme, getSinkFields, getSinkMode, getSourceFields, getStepConfigDef, getTrace, hasConfigDef, hashCode, hasNodeConfigDef, hasStepConfigDef, isKeep, isReplace, isSink, isSource, isTemporary, isUpdate, openForRead, openForRead, openForWrite, openForWrite, outgoingScopeFor, prepareResourceForRead, prepareResourceForWrite, presentSinkFields, presentSourceFields, resolveIncomingOperationArgumentFields, resolveIncomingOperationPassThroughFields, resourceExists, resourceExists, retrieveSinkFields, retrieveSourceFields, rollbackResource, setOriginal, sinkConfInit, sourceConfInit, toString@ConstructorProperties(value="original") public LocalHfsAdaptor(cascading.tap.Tap<Configuration,RecordReader,OutputCollector> original)
Copyright © 2007-2021 Cascading Maintainers. All Rights Reserved.