- Added
DailySuffixLzoCodec[T]
- Added
HourlySuffixLzoCodec[T]
- Dropped
util-core
dependency, addedbijection-core
- VersionedKeyValSource now takes Bijections.
- Modify
VersionedKeyValSource
api to match README (changewriteIncrementalSource
towriteIncremental
, remove old writeIncremental)
VersionedKeyValSource
now has separate source and sink versions, allowing the user to sink into custom versions.
VersionedKeyValSource
takes a reducers argument.- added
writeIncrementalSource
toRichPipeEx
andTypedRichPipeEx
, opening these methods for use with extensions ofVersionedKeyValSource
(vs the default) VersionedKeyValSource
now works inHadoopTest
mode.
- Added com.twitter.scalding.commons.RangedArgs, for accepting pairs of arguments defining some range (dates, for example)
- com.twitter.scalding.commons.extensions.Checkpoint
- LzoCodec trait
- LzoCodecSource object
Added a large collection of Daily and Hourly LZO, thrift and protobuf based sources.
- LzoProtobuf
- LzoThrift
- LzoText
- LzoTsv
- LzoTypedTsv
- DailySuffixLzoProtobuf
- DailySuffixLzoThrift
- TimePathedLongThriftSequenceFile
- MostRecentGoodLongThriftSequenceFile
- DailySuffixLongThriftSequenceFile
- DailySuffixLzoTsv
- HourlySuffixLzoTsv
- HourlySuffixLzoThrift
- HourlySuffixLzoProtobuf
- HourlySuffixLzoText
- FixedPathLzoThrift
- FixedPathLzoProtobuf
- LongThriftTransformer
- TsvWithHeader
- CodecSource[T]
- PailSource[T]
- Implemented VersionedKeyValSource.