Question

What is the most efficient way to get Elastic Map Reduce output into SimpleDB?

I'm aware that I could just output the results to S3, download them, and have a script parse the results and insert into SimpleDB.

But is there an easier/faster way where I can directly insert EMR output into SimpleDB (for time and efficiency reasons)?

Was it helpful?

Solution

Refer Page 12 of the following getting started document by Amazon, it has a section on "Storing data into Amazon SimpleDB" : http://awsmedia.s3.amazonaws.com/pdf/introduction-to-amazon-elastic-mapreduce.pdf

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top