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

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

package com.twitter.elephantbird.pig.load;

import com.twitter.elephantbird.pig.store.LzoPigStorage;

/**
 * Load the LZO file line by line, passing each line as a single-field Tuple to Pig.
 */
public class LzoTextLoader extends LzoPigStorage {

  public LzoTextLoader() {
    super("\n");
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy