请输入搜索词进行查询
搜索 <book_title>...
Veritas NetBackup™ for HBase 管理指南
Last Published:
2021-01-01
Product(s):
NetBackup (9.0)
在灾难恢复后未恢复配置文件
如果使用 NetBackup 主服务器作为备份主机,以实现 HBase 群集或启用了 SSL (HTTPS) 的 HBase 群集的高可用性,并运行完全目录库恢复,则不会恢复 hbase.conf 配置文件。
手动创建配置文件。对配置文件使用以下格式:
{
"application_servers":
{
"primary.host.com":
{
"use_ssl":true
"failover_namenodes":
[
{
"hostname":"secondary.host.com",
"use_ssl":true
"port":11111
}
],
"port":11111
}
},
"number_of_threads":5
}