Prototye that allows the ability to export rows with a given range of rowKey and sortKey criteria using MR. Expects the params set in DynamoDBExport. Assumes bucketing schema of 0..9999, but that can be overridden with dynamodb.row.key.min.value and dynamodb.row.key.max.value.
Configuration like this will trigger the new functionality, which is to query dynamo for explicit rowKeys in parallel via MR:
Prototye that allows the ability to export rows with a given range of rowKey and sortKey criteria using MR. Expects the params set in DynamoDBExport. Assumes bucketing schema of 0..9999, but that can be overridden with
dynamodb.row.key.min.value
anddynamodb.row.key.max.value
.Configuration like this will trigger the new functionality, which is to query dynamo for explicit rowKeys in parallel via MR:
This is just a prototype but would this be a desirable contribution?