I was trying to programmatically Load a dynamodb table into HDFS (via java, and not hive), I couldnt find examples online on how to do it, so thought I'd download the jar containing org.apache.hadoop.hive.dynamodb and reverse engineer the process.
Unfortunately, I couldn't find the file as well :(.
Could someone answer the following questions for me (listed in order of priority).
- Java example that loads a dynamodb table into HDFS (that can be passed to a mapper as a table input format).
- the jar containing org.apache.hadoop.hive.dynamodb.
Thanks!