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

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

There is a newer version: 4.17
Show newest version
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");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy