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

com.twitter.elephantbird.pig.load.LzoProtobufBlockPigLoader 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 LzoProtobufBlockPigLoader extends ProtobufPigLoader {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy