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?

gefragt vor 2 Jahren404 Aufrufe
1 Antwort
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
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen