com.twitter.elephantbird.pig.load.LzoThriftB64LinePigLoader Maven / Gradle / Ivy
package com.twitter.elephantbird.pig.load;
import org.apache.thrift.TBase;
/**
* @Deprecated use {@link ThriftPigLoader}
*/
public class LzoThriftB64LinePigLoader> extends ThriftPigLoader {
public LzoThriftB64LinePigLoader(String thriftClassName) {
super(thriftClassName);
LOG.warn("LzoThriftB64LinePigLoader is deprecated and will be removed in future. " +
"please use ThriftPigLoader");
}
}