awslabs / emr-dynamodb-connector

Implementations of open source Apache Hadoop/Hive interfaces which allow for ingesting data from Amazon DynamoDB
Apache License 2.0
217 stars 135 forks source link

Hadoop scan with start end row example? (Row key filter) #187

Open alecuba16 opened 1 year ago

alecuba16 commented 1 year ago

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!