Mar 07, 2023
This release of the Replication Manager service introduces the following new features.
HBase replication policy enhancements
The following enhancements are available for HBase replication policies:
- During HBase replication policy creation, you can choose one of the following
cloud credential options:
- Credentials are available in source cluster HDFS
service configuration setting- You can choose this
option when you want to use a Google Cloud account. You can use this
option for S3 and ADLS accounts as well.To add the advanced configuration settings for Google Cloud, Amazon S3, and ADLS accounts, perform the following steps:
-
Go to the
tab. -
Locate the HDFS Client Advanced Configuration Snippet (Safety Valve) for hdfs-site.xml property.
Add the following key-value pairs to register a Google account to use in Replication Manager:
- fs.gs.impl=com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
- fs.gs.project.id=[***enter the project ID***]
- fs.gs.system.bucket=[***enter the bucket name***]
- fs.gs.working.dir=/
- fs.gs.auth.service.account.enable=true
- fs.gs.auth.service.account.email=[***enter the service principal email ID***]
- fs.gs.auth.service.account.keyfile=/[***Enter the local path of the p12 file***]
- Add the following key-value pairs to register an S3 account
to use in Replication Manager:
- fs.s3a.access.key=[***enter the session access key***]
- fs.s3a.secret.key=[***enter the session secret key***]
- Add the following key-value pairs to register an ADLS
account to use in Replication Manager:
- fs.azure.account.oauth2.client.id=[***enter the ABFS storage client ID***]
- fs.azure.account.oauth2.client.secret=[***enter the ABFS storage client secret key***]
-
Save and restart the HDFS service for the changes to take effect.
-
- Credentials from External Account - You can choose this option for S3 and ADLS storage options.
For more information, see Creating an HBase replication policy.
- Credentials are available in source cluster HDFS
service configuration setting- You can choose this
option when you want to use a Google Cloud account. You can use this
option for S3 and ADLS accounts as well.
- You can Force Delete an HBase replication policy after Replication Manager fails to delete the replication policy (using the option on the Replication Policies page for the replication policy). For more information, see Managing HBase replication policy.