| Package | Description |
|---|---|
| org.apache.hadoop.dynamodb.read |
| Class and Description |
|---|
| AbstractDynamoDBInputFormat
This abstract class has a subclass DynamoDBInputFormat that returns a RecordReader that assumes
the mapper is taking in key-value pairs in
<Text, DynamoDBItemWritable> format. |
| AbstractDynamoDBRecordReader
AbstractDynamoDBRecordReader does all the backend work for splitting up the data in DynamoDB,
reading it in, and outputting them into key-value pairs for the mapper.
|
Copyright © 2019. All rights reserved.