Example usage for org.apache.hadoop.mapreduce.lib.input TextInputFormat subclass-usage

List of usage examples for org.apache.hadoop.mapreduce.lib.input TextInputFormat subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.mapreduce.lib.input TextInputFormat subclass-usage.

Usage

From source file HtmlInputFormat.java

public class HtmlInputFormat extends TextInputFormat {

    public static final String START_TAG_KEY = "htmlinput.start";
    public static final String END_TAG_KEY = "htmlinput.end";

    @Override

From source file XmlInputFormat.java

/**
 * Reads records that are delimited by a specific begin/end tag.
 */
public class XmlInputFormat extends TextInputFormat {

    public static final String START_TAG_KEY = "xmlinput.start";

From source file app.job1.XmlInputFormat.java

/**
 * Reads records that are delimited by a specific begin/end tag.
 */
public class XmlInputFormat extends TextInputFormat {

    public static final String START_TAG_KEY = "xmlinput.start";

From source file authors.XmlInputFormat.java

/**
 * Reads records that are delimited by a specific begin/end tag.
 */
public class XmlInputFormat extends TextInputFormat {

    private static final Logger log = LoggerFactory.getLogger(XmlInputFormat.class);

From source file be.ugent.intec.halvade.hadoop.mapreduce.HalvadeTextInputFormat.java

/**
 *
 * @author ddecap
 */
public class HalvadeTextInputFormat extends TextInputFormat {

From source file br.ufpr.inf.hpath.XmlItemInputFormat.java

/**
 * Reads records that are delimited by a specific begin/end tag.
 */
public class XmlItemInputFormat extends TextInputFormat {

    private static final Logger log = LoggerFactory.getLogger(XmlItemInputFormat.class);

From source file BuildGraph.XmlInputFormat.java

/**
 * Reads records that are delimited by a specific begin/end tag.
 */
public class XmlInputFormat extends TextInputFormat {

    public static final String START_TAG_KEY = "xmlinput.start";

From source file co.cask.hydrator.plugin.batch.source.ExcelInputFormat.java

/**
 * {@link ExcelInputFormat} is {@link TextInputFormat} implementation for reading Excel files.
 *
 * The {@link ExcelInputFormat.ExcelRecordReader} reads a given sheet, and within a sheet reads
 * all columns and all rows.
 */

From source file com.ashishpaliwal.hadoop.utils.inputformat.CsvInputFormat.java

/**
 * CSV input format with split
 */
public class CsvInputFormat extends TextInputFormat {

    @Override

From source file com.bark.hadoop.lab3.XmlInputFormat.java

/**
 * Reads records that are delimited by a specific begin/end tag.
 */
public class XmlInputFormat extends TextInputFormat {

    private static final Logger log = LoggerFactory.getLogger(XmlInputFormat.class);