Java org.apache.hadoop.mapreduce.lib.db DBConfiguration fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapreduce.lib.db DBConfiguration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.mapreduce.lib.db DBConfiguration.

The text is from its open source code.

Field

StringDRIVER_CLASS_PROPERTY
The JDBC Driver class name
StringURL_PROPERTY
JDBC Database access URL
StringUSERNAME_PROPERTY
User name to access the database
StringPASSWORD_PROPERTY
Password to access the database
StringINPUT_TABLE_NAME_PROPERTY
Input table name
StringINPUT_FIELD_NAMES_PROPERTY
Field names in the Input table
StringINPUT_ORDER_BY_PROPERTY
ORDER BY clause in the input SELECT statement
StringINPUT_QUERY
Whole input query, exluding LIMIT...OFFSET
StringINPUT_COUNT_QUERY
Input query to get the count of records
StringINPUT_CLASS_PROPERTY
Class name implementing DBWritable which will hold input tuples
StringOUTPUT_TABLE_NAME_PROPERTY
Output table name
StringOUTPUT_FIELD_NAMES_PROPERTY
Field names in the Output table
StringOUTPUT_FIELD_COUNT_PROPERTY
Number of fields in the Output table

Constructor

Method