org.apache.hadoop.mapreduce.lib.db
Class OracleDBRecordReader<T extends DBWritable>
java.lang.Object
   org.apache.hadoop.mapreduce.RecordReader<LongWritable,T>
org.apache.hadoop.mapreduce.RecordReader<LongWritable,T>
       org.apache.hadoop.mapreduce.lib.db.DBRecordReader<T>
org.apache.hadoop.mapreduce.lib.db.DBRecordReader<T>
           org.apache.hadoop.mapreduce.lib.db.OracleDBRecordReader<T>
org.apache.hadoop.mapreduce.lib.db.OracleDBRecordReader<T>
- All Implemented Interfaces: 
- Closeable
- @InterfaceAudience.Public
@InterfaceStability.Evolving
public class OracleDBRecordReader<T extends DBWritable> 
- extends DBRecordReader<T>
A RecordReader that reads records from an Oracle SQL table.
 
 
 
 
| Methods inherited from class org.apache.hadoop.mapreduce.lib.db.DBRecordReader | 
| close, createValue, executeQuery, getConditions, getConnection, getCurrentKey, getCurrentValue, getDBConf, getFieldNames, getPos, getProgress, getSplit, getStatement, getTableName, initialize, next, nextKeyValue, setStatement | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SESSION_TIMEZONE_KEY
public static final String SESSION_TIMEZONE_KEY
- Configuration key to set to a timezone string.
 
- See Also:
- Constant Field Values
 
OracleDBRecordReader
public OracleDBRecordReader(DBInputFormat.DBInputSplit split,
                            Class<T> inputClass,
                            Configuration conf,
                            Connection conn,
                            DBConfiguration dbConfig,
                            String cond,
                            String[] fields,
                            String table)
                     throws SQLException
- Throws:
- SQLException
getSelectQuery
protected String getSelectQuery()
- Returns the query for selecting the records from an Oracle DB.
 
- 
- Overrides:
- getSelectQueryin class- DBRecordReader<T extends DBWritable>
 
- 
 
setSessionTimeZone
public static void setSessionTimeZone(Configuration conf,
                                      Connection conn)
                               throws SQLException
- Set session time zone
 
- 
- Parameters:
- conf- The current configuration.
 We read the 'oracle.sessionTimeZone' property from here.
- conn- The connection to alter the timezone properties of.
- Throws:
- SQLException
 
Copyright © 2009 The Apache Software Foundation