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

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

Introduction

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

Usage

From source file co.cask.cdap.template.etl.common.ETLDBOutputFormat.java

/**
 * Class that extends {@link DBOutputFormat} to load the database driver class correctly.
 *
 * @param <K> - Key passed to this class to be written
 * @param <V> - Value passed to this class to be written. The value is ignored.
 *

From source file co.cask.hydrator.plugin.db.batch.sink.ETLDBOutputFormat.java

/**
 * Class that extends {@link DBOutputFormat} to load the database driver class correctly.
 *
 * @param <K> - Key passed to this class to be written
 * @param <V> - Value passed to this class to be written. The value is ignored.
 *