Creating snapshot policies in Replication Manager
You can create HDFS, HBase, and Ozone snapshot policies in CDP Private Cloud Base Replication Manager.
- Go to the Cloudera Manager > Replication > Snapshot Policies page.
-
In the Create Snapshot Policy modal window, enter the following
generic options that are common for HBase, HDFS, and Ozone snapshot policies:
Option Description Service Choose HDFS, HBase, or Ozone depending on your requirements. Name Enter a name for the snapshot policy. Ensure that the snapshot policy name neither contains the characters % . ; / \ nor any character that is not ASCII printable, which includes the ASCII characters less than 32 and the ASCII characters that are greater than or equal to 127.
Description Optional. Enter a brief description about the snapshot policy. Tables Appears when you choose the HBase Service. Enter the table name or a regular express to match multiple tables to include in the snapshot. You can use a Java regular expression to specify a set of tables. For example, matches all tables with names starting with finance. You can also create a snapshot for all tables in a given namespace, using the {[***NAMESPACE***]}:.* syntax. Paths Appears when you choose the HDFS Service. Specify the HDFS directory path to include in the snapshot. Volume / Bucket Appears when you choose the Ozone Service. Enter one or more volumes and buckets to include in the snapshot. Schedule Choose one or all the following frequency options and then specify the other granularity details to take snapshots depending on your requirements: - Hourly
- Daily
- Weekly
- Monthly
- Yearly
You can schedule snapshots hourly, daily, weekly, monthly, or yearly, or any combination of those. Depending on the frequency you select, you can specify the time of day to take the snapshot, the day of the week, day of the month, or month of the year, and the number of snapshots to keep at each interval.
Each time unit in the schedule information is shared with the time units of larger granularity. That is, the minute value is shared by all the selected schedules, hour by all the schedules for which hour is applicable, and so on. For example, if you specify that hourly snapshots are taken at the half hour, and daily snapshots taken at the hour 20, the daily snapshot will occur at 20:30.
When a snapshot policy includes a limit on the number of snapshots to keep, Cloudera Manager checks the total number of stored snapshots each time a new snapshot is added, and automatically deletes the oldest existing snapshot.
Alerts Choose one of the following snapshot policy state changes to generate alerts during snapshot creation: - On failure
- On start
- On success
- On abort
- Click Save Policy.