0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge remote branch 'dvryaboy/master' More... over 14 years ago
Fixed typo in Invoker that prevented bags of longs from working. More... over 14 years ago
Updated to Hive 0.7.0 jar from trunk, rev 998029 More... over 14 years ago
Merge branch 'master' of http://github.com/kevinweil/elephant-bird More... over 14 years ago
Remove the block size from constructor More... over 14 years ago
Added LzoJsonStorage. More... over 14 years ago
Merge remote branch 'kw/master' More... over 14 years ago
Add ProtobufBlockPigStorage More... over 14 years ago
Added note about Hive SerDe in readme More... over 14 years ago
Serde is not tied to block input formats, renamed More... over 14 years ago
removing hbase loader and modifying tokenized loader so that to avoide byte convcersion More... over 14 years ago
Initial commit of Hive SerDe generation for ProtoBuf More... over 14 years ago
Minor bug fixes; Tweaked comments to conform to style guidelines. More... over 14 years ago
removing not required slices and other classes More... over 14 years ago
1st checkin for making ebird compatible with pig 0.7 The libs now has hadoop 0.20 jar pig 0.7 and hadoop-lzo 0.4.4 More... over 14 years ago
add array arguments for GenericInvokers. This means we can invoke all of org.apache.commons.math.stat.StatUtils with nothing but a few DEFINEs. Also regenerated the javadocs. More... over 14 years ago
add a no-arg constructor to dynamic invokers (InvokeForInt, etc) More... over 14 years ago
fix bad progress reporting in HBaseLoader when row keys have inconsistent numbers of bytes. More... over 14 years ago
add lzo thrift classes, implement comparable for thrift and protobuf writables, and add contributor entry More... over 14 years ago
Merge branch 'dvryaboy/master' More... over 14 years ago
Merge branch 'master' of http://github.com/dvryaboy/elephant-bird into dvryaboy/master More... over 14 years ago
Added support for uint32, fixed32, uint64, fixed64, and bytes types More... over 14 years ago
Handle corrupted line More... over 14 years ago
replace changes from bb54806f100735e270c8 by lazifying the converter instead. More... over 14 years ago
Make Pig LoadFuncs compatible with 0.6 More... over 14 years ago
Adjustments to make methods that return Java primitives work with Pig. Also, flexibility around input tuples with too many fields -- now only report error when too few args are given. More... over 14 years ago
fix instantiation error when working with generic protobufs. More... over 14 years ago
Merge branch 'master' of http://github.com/dvryaboy/elephant-bird into dvryaboy/master More... over 14 years ago
fix off-by-one error in LzoRecordReader. More... over 14 years ago
catch UninitializedMessageExceptions when deserializing protobufs (via pdjhala) More... over 14 years ago