Package net.sansa_stack.hadoop.util
-
Interface Summary Interface Description SeekableDecorator -
Class Summary Class Description ConfigurationUtils DeferredSeekablePushbackInputStream A wrapper for hadoop input streams created from codecs in ReadMode.BY_BLOCK: Defers reading by one byte such that position changes are advertised on the byte BEFORE the block boundary rather than on the byte AFTER it.FileSplitUtils InputStreamWithCloseLogging Util class to debug a stream already closed exceptionSeekableByteChannelFromSeekableInputStream SeekableInputStream A basic wrapper that combines Hadoop's Seekable and InputStream into one class.SeekablePushbackInputStream