Suman
Suman

Reputation: 9561

AWS Elastic Map Reduce: output to SimpleDB

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)?

Upvotes: 2

Views: 988

Answers (1)

Amar
Amar

Reputation: 12010

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

Upvotes: 2

Related Questions