0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[maven-release-plugin] prepare for next development iteration More... almost 11 years ago
Changes for 4.1 More... almost 11 years ago
Merge pull request #322 from rangadi/improve_reading_bad_thrift_records More... almost 11 years ago
review comments : - include type value in exception message - fix javadoc. More... almost 11 years ago
Merge pull request #317 from rangadi/error_threshold_at_close More... almost 11 years ago
Re-implement ThriftBinaryDeserializer. This implementation uses its own transport and protocol, rather than the ones from TDeserializer. More... almost 11 years ago
Merge pull request #321 from rangadi/generic_thrift_struct More... almost 11 years ago
Merge pull request #320 from rore/master More... almost 11 years ago
casing fix More... almost 11 years ago
remove formatting More... almost 11 years ago
remove formatting More... almost 11 years ago
unit tests for : - 'binary' inside a container - exception inside a container - boolean type in a Union More... almost 11 years ago
Use reflection to handle Thrift types nested inside containers (list, map). This fixes couple of known issues : 1. could not distinguish between a string and buffer inside a container 2. could not find thrift class for a thrift exception in a container More... almost 11 years ago
introduce a value copier class for supporting RecordReader that does not reuse a value (but uses a value that can be copied into another one). More... about 11 years ago
fallback when looking for getCounter to support running on CDH4 More... about 11 years ago
enforce error threshold at the end of reading a split. Though not usually required, it can be disabled by setting "elephantbird.mapred.input.bad.record.check.only.in.close" to "false" More... about 11 years ago
[maven-release-plugin] prepare for next development iteration More... about 11 years ago
[maven-release-plugin] prepare release elephant-bird-4.0 More... about 11 years ago
Merge pull request #315 from rangadi/changes_for_4_0 More... about 11 years ago
Changes for 4.0 More... about 11 years ago
Merge pull request #314 from rangadi/hadoop_compat_package More... about 11 years ago
rename ContextUtil to HadoopCompat More... about 11 years ago
Move ContextUtil to its own module so that it can be used in other projects easily. Rename ContextUtil to HadoopCompat More... about 11 years ago
Merge pull request #308 from rangadi/hadoop_multi_version_support More... about 11 years ago
Merge pull request #313 from rangadi/fix_rcfile_pig_storage_projection More... about 11 years ago
RCFilePigStorage caused IndexOutOfBoundsException when the last column was projected out. More... about 11 years ago
Note about Hadoop 2.x support in Readme. Wiki page is added More... about 11 years ago
Update readme with info Runtime dependencies More... about 11 years ago
WordCount example using Deprecated input/output format wrappers. More... about 11 years ago
add newMapContext() method to ContextUtils for Deprecated Input/Output format wrappers. More... about 11 years ago