Configuration file is not recovered after a disaster recovery
When you use NetBackup primary server as a backup host for high availability with an HBase cluster or an HBase cluster that is SSL-enabled (HTTPS) and run a full catalog recovery, the hbase.conf configuration file is not recovered.
Create the configuration file manually. Use the following format for the configuration file:
{
"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
}