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

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

There is a newer version: 4.17
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy