Example usage for org.apache.hadoop.mapreduce.lib.db DataDrivenDBInputFormat subclass-usage

List of usage examples for org.apache.hadoop.mapreduce.lib.db DataDrivenDBInputFormat subclass-usage

Introduction

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

Usage

From source file co.cask.hydrator.plugin.db.batch.source.DataDrivenETLDBInputFormat.java

/**
 * Class that extends {@link DBInputFormat} to load the database driver class correctly.
 */
public class DataDrivenETLDBInputFormat extends DataDrivenDBInputFormat {
    public static final String AUTO_COMMIT_ENABLED = "co.cask.hydrator.db.autocommit.enabled";