public class GobblinSequenceFileReader
extends org.apache.hadoop.io.SequenceFile.Reader
SequenceFile.Reader mainly to
override the {@link #getValueClassName()} so that
we can handle the package name issue properly.| Constructor and Description |
|---|
GobblinSequenceFileReader(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path file,
org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
String |
getValueClassName()
Returns the name of the value class.
|
bufferSize, close, createValueBytes, file, getCompressionCodec, getCompressionType, getCurrentValue, getCurrentValue, getKeyClass, getKeyClassName, getMetadata, getPosition, getValueClass, isBlockCompressed, isCompressed, length, next, next, next, nextRaw, nextRawKey, nextRawValue, openFile, seek, start, stream, sync, syncSeen, toStringpublic GobblinSequenceFileReader(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path file,
org.apache.hadoop.conf.Configuration conf)
throws IOException
IOExceptionpublic String getValueClassName()
getValueClassName in class org.apache.hadoop.io.SequenceFile.Reader