0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #253 from sagemintblue/hazen_fix_seqfile_storage_pig_11 More... over 12 years ago
Adds new Pig 11 StoreFuncInterface method More... over 12 years ago
Merge pull request #251 from rangadi/another_build_fix More... over 12 years ago
'examples' module had wrong version in its pom.xml More... over 12 years ago
splits RCFile Thrift/Protobuf input formats into base and Tuple input formats so that Pig classes are not required in MR-only usecases. More... over 12 years ago
Merge pull request #250 from rangadi/port_examples_from_eb_2x More... over 12 years ago
add 'examples' to dependencyManagement section. More... over 12 years ago
Merge pull request #248 from rangadi/port_examples_from_eb_2x More... over 12 years ago
port examples directory from eb_2.x to 3.x. updated couple of examples. More... over 12 years ago
RCFile Protobuf/Thrift inputformats should rerturn Protbuf/Thrif Writable. earlier these returned ByteRefArrayWritable, which is not perticularly useful. it might not feasible for users to cast the record reader to invoke 'getCurrentProtbufValue()' or getCurrentThriftValue() directly. More... over 12 years ago
merged with master (from eb-2.x to eb-3.x) More... over 12 years ago
Merge branch 'master' into rcfile_pig_storage More... over 12 years ago
test RCFile protobuf PigLoader with default values (i.e. unset fields). More... over 12 years ago
derive default field values from the default instance. works for an inner messages. More... over 12 years ago
[maven-release-plugin] prepare for next development iteration More... over 12 years ago
[maven-release-plugin] prepare release elephant-bird-3.0.3 More... over 12 years ago
Merge pull request #246 from rangadi/changes_for_3.0.3 More... over 12 years ago
Changelog for 3.0.3 More... over 12 years ago
Merge pull request #245 from dvryaboy/use_nonspillable_bags More... over 12 years ago
Stop using DefaultDataBags, use NonSpillable ones instead. More... over 12 years ago
Merge pull request #244 from EliFinkelshteyn/master More... over 12 years ago
fix build error from log4j being used in PigToThrift More... over 12 years ago
Merge pull request #242 from rangadi/null_values_in_protobuf_to_pig More... over 12 years ago
Merge pull request #226 from sagemintblue/hazen_test_pig_to_thrift_enum_failure More... over 12 years ago
Merge pull request #243 from rangadi/remote_sequence_file_loader More... over 12 years ago
fix how Filesystem is initialized. It should be based on both path and conf. More... over 12 years ago
there is no need to check if the field is 'set'. Just a simple message.getField() is more accurate. More... over 12 years ago
shortest way to build a message. clone() is unnecessary. More... over 12 years ago
Merge pull request #239 from rangadi/read_limit_for_thrift_deserializer More... over 12 years ago
Merge remote-tracking branch 'upstream/master' into read_limit_for_thrift_deserializer More... over 12 years ago