HBASE-27190 Add some docs about exporting and importing snapshots using Aliyun object storage service(OSS) (#4612)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
Jinhu Wu 2022-07-11 21:07:11 +08:00 committed by GitHub
parent a238ed2785
commit f3545cd73a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -3377,6 +3377,21 @@ as in <<snapshots_s3>>.
After you meet the prerequisites, follow the instructions
in <<snapshots_s3>>, replacingthe protocol specifier with `wasb://` or `wasbs://`.
[[snapshots_oss]]
== Storing Snapshots in Aliyun Object Storage Service
You can store snapshots in Aliyun Object Storage Service(Aliyun OSS) using the same techniques
as in <<snapshots_s3>>.
.Prerequisites
- You must be using HBase 1.2 or higher with Hadoop 2.9.1 or
higher.
- Your hosts must be configured to be aware of the Aliyun oss filesystem.
See https://hadoop.apache.org/docs/stable/hadoop-aliyun/tools/hadoop-aliyun/index.html.
After you meet the prerequisites, follow the instructions
in <<snapshots_s3>>, replacing the protocol specifier with `oss://`.
[[ops.capacity]]
== Capacity Planning and Region Sizing