EMR backup Without downtime

0

Hey folks,

Please guide me with the link about the best ways to take a snapshot of EMR cluster without downtime.

Thank you

asked a year ago351 views
1 Answer
0

Hello @rePost-User-3679239

HBase uses a built-in snapshot functionality to create lightweight backups of tables. In EMR clusters, these backups can be exported to Amazon S3 using EMRFS. You can create a snapshot on the master node using the HBase shell.

Run these commands interactively with the shell or through a step using command-runner.jar Refer- https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-hbase-snapshot.html


If the Answer is helpful, please click Accept Answer and up-vote, so that it can help others in the community looking for help on similar topics.

profile picture
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions