Skip to content

Commit

Permalink
HBASE-27190 Add some docs about exporting and importing snapshots usi…
Browse files Browse the repository at this point in the history
…ng Aliyun object storage service(OSS) (#4612)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
  • Loading branch information
wujinhu committed Jul 11, 2022
1 parent a238ed2 commit f3545cd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/main/asciidoc/_chapters/ops_mgt.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f3545cd

Please sign in to comment.