I'm looking for an example of using the hadoop implementation (DynamoDBInputFormat) with some filter at row key (partition key level). I'm unable to find something that is usable, I know that there is a scanTable , but that is done at the DRIVER (single thread), not at mapper level.
Hello!
I'm looking for an example of using the hadoop implementation (DynamoDBInputFormat) with some filter at row key (partition key level). I'm unable to find something that is usable, I know that there is a scanTable , but that is done at the DRIVER (single thread), not at mapper level.
Some one have an example of this?
thanks!