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

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

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 - 2025 Weber Informatics LLC | Privacy Policy