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

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

  public LzoThriftBlockPigLoader(String thriftClassName) {
    super(thriftClassName);
    LOG.warn("LzoThriftBlockPigLoader is deprecated and will be removed in future " +
             "please use ThriftPigLoader");
 }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy