How to connect an existing dynamo table to an EMR cluster?

0

based on the documentation here , https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/EMRforDynamoDB.Querying.html, data can be copied from an EMR cluster to dynamo db and we run Hive queries in dynamo db. is it possible to run Hive queries directly in dynamo db? if yes, will this work after copying the data from EMR cluster to dynamo, we terminate the the EMR cluster?

已提问 2 年前404 查看次数
1 回答
0

Hi CloudUser,

Your question is not clear. Do you want to delete the EMR cluster after copying data from it to DynamoDB, then continue to use DynamoDB? Yes, you can do that. However, if you want to continue to use Hive queries you might consider keeping your EMR cluster or have a self-managed Apache HBase on Amazon EC2 setup for that (AWS Doc). Alternately, you can use PartiQL to query data from your DyanamoDB. To connect your existing DynamoDB table with EMR please follow the instructions on this documentation.

Cebi
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则