I have data in DynamoDB which I want to run mapreduce jobs against. I've found a lot of tutorials which involve using Hive to run SQL against the dynamoDB data in EMR, but for the task I'm trying to perform it will be very difficult to efficiently write my task as SQL and I would rather just write a custom map-reduce jar. Is this possible, or is it only possible to write Hive SQL to query dynamoDB?
Asked
Active
Viewed 179 times