twitter / hadoop-lzo

Refactored version of code.google.com/hadoop-gpl-compression for hadoop 0.20
GNU General Public License v3.0
545 stars 328 forks source link

Unable to process LzoProtobuffB64LinePigStore data with new hadoop-lzo elephant bird #84

Closed viswaj closed 10 years ago

viswaj commented 10 years ago

Hi,

Have compiled the latest hadoop-lzo EB and unable to process the LzoProtobuffB64LinePigStore(previously classname) data in pig query.

Have passing the message proto in arguments.

eg.,

LOAD '/tmp/mytest.lzo' using com.twitter.elephantbird.pig.proto.LzoProtobuffB64LinePigStore('ad_data');

Is this LzoProtobuffB64LinePigStore class deprecated in the package, if yes which class to be appropriate for that case.

Please help.

Thanks.