JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Oracle® Loader for Hadoop Java Example
Release 3.6
E63068-03
Prev
Next
Frames
No Frames
All Classes
C
G
I
N
O
C
close()
- Method in class oracle.hadoop.loader.examples.
CSVInputFormat.CSVRecordReader
Close the record reader.
createRecordReader(InputSplit, TaskAttemptContext)
- Method in class oracle.hadoop.loader.examples.
CSVInputFormat
Create a record reader for a given split.
CSVInputFormat
- Class in
oracle.hadoop.loader.examples
This is a simple
InputFormat
example for CSV files.
CSVInputFormat()
- Constructor for class oracle.hadoop.loader.examples.
CSVInputFormat
CSVInputFormat.CSVRecordReader
- Class in
oracle.hadoop.loader.examples
The record reader parses the input data into key/value pairs which are read by
OraLoaderMapper
.
CSVInputFormat.CSVRecordReader(RecordReader<LongWritable, Text>)
- Constructor for class oracle.hadoop.loader.examples.
CSVInputFormat.CSVRecordReader
G
generateSimpleAllStringSchema(int)
- Static method in class oracle.hadoop.loader.examples.
CSVInputFormat
Generate an Avro Record schema for the CSV input record.
getCurrentKey()
- Method in class oracle.hadoop.loader.examples.
CSVInputFormat.CSVRecordReader
The key should be be an Object whose toString() method return value must help identify the
IndexedRecord
returned by
getCurrentValue()
.
getCurrentValue()
- Method in class oracle.hadoop.loader.examples.
CSVInputFormat.CSVRecordReader
The next line of text is read from the input and split into tokens using the ',' delimiter.
getProgress()
- Method in class oracle.hadoop.loader.examples.
CSVInputFormat.CSVRecordReader
The current progress of the record reader through its data.
getSplits(JobContext)
- Method in class oracle.hadoop.loader.examples.
CSVInputFormat
Logically split the set of input files for the job.
I
initialize(InputSplit, TaskAttemptContext)
- Method in class oracle.hadoop.loader.examples.
CSVInputFormat.CSVRecordReader
Called once at initialization.
N
nextKeyValue()
- Method in class oracle.hadoop.loader.examples.
CSVInputFormat.CSVRecordReader
Read the next key, value pair.
O
oracle.hadoop.loader.examples
- package oracle.hadoop.loader.examples
C
G
I
N
O
Overview
Package
Class
Tree
Deprecated
Index
Help
Oracle® Loader for Hadoop Java Example
Release 3.6
E63068-03
Prev
Next
Frames
No Frames
All Classes
Copyright © 2011, 2016, Oracle and/or its affiliates. All rights reserved.