| Server IP : 52.25.153.185 / Your IP : 216.73.216.70 Web Server : Apache System : Linux ip-172-26-6-158 5.10.0-45-cloud-amd64 #1 SMP Debian 5.10.259-1 (2026-07-02) x86_64 User : daemon ( 1) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/awscli/examples/emr/ |
Upload File : |
**Note: This command can only be used with HBase on AMI version 2.x and 3.x**
**1. To schedule a full HBase backup**
>>>>>>> 06ab6d6e13564b5733d75abaf3b599f93cf39a23
- Command::
aws emr schedule-hbase-backup --cluster-id j-XXXXXXYY --type full --dir
s3://myBucket/backup --interval 10 --unit hours --start-time
2014-04-21T05:26:10Z --consistent
- Output::
None
**2. To schedule an incremental HBase backup**
- Command::
aws emr schedule-hbase-backup --cluster-id j-XXXXXXYY --type incremental
--dir s3://myBucket/backup --interval 30 --unit minutes --start-time
2014-04-21T05:26:10Z --consistent
- Output::
None