All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twitter.elephantbird.pig.load.LzoProtobufB64LinePigLoader Maven / Gradle / Ivy

There is a newer version: 4.17
Show newest version
package com.twitter.elephantbird.pig.load;

import com.google.protobuf.Message;

/**
 * @Deprecated use {@link ProtobufPigLoader}
 */
public class LzoProtobufB64LinePigLoader extends ProtobufPigLoader {

  public LzoProtobufB64LinePigLoader(String protoClassName) {
    super(protoClassName);
    LOG.warn("LzoProtobufB64LinePigLoader is deprecated and will be removed in future. " +
             "please use ProtobufPigLoader");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy