Example usage for org.apache.hadoop.mapred.lib.db DBInputFormat subclass-usage

List of usage examples for org.apache.hadoop.mapred.lib.db DBInputFormat subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.mapred.lib.db DBInputFormat subclass-usage.

Usage

From source file co.nubetech.apache.hadoop.mapred.DataDrivenDBInputFormat.java

/**
 * A InputFormat that reads input data from an SQL table. Operates like
 * DBInputFormat, but instead of using LIMIT and OFFSET to demarcate splits, it
 * tries to generate WHERE clauses which separate the data into roughly
 * equivalent shards.
 */