Please enter search query.
Search <book_title>...
Veritas NetBackup™ for Hadoop Administrator's Guide
Last Published:
2020-09-14
Product(s):
NetBackup (8.3.0.1)
- Introduction
- Verifying the pre-requisites and best practices for the Hadoop plug-in for NetBackup
- Configuring NetBackup for Hadoop
- Managing backup hosts
- Configuring the Hadoop plug-in using the Hadoop configuration file
- Configuring NetBackup policies for Hadoop plug-in
- Performing backups and restores of Hadoop
- Troubleshooting
- Troubleshooting backup issues for Hadoop data
- Troubleshooting restore issues for Hadoop data
Configuration file is not recovered after a disaster recovery
When you use NetBackup master server as a backup host for high availability with a Hadoop cluster or a Hadoop cluster that is SSL-enabled (HTTPS) and run a full catalog recovery, the hadoop.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 }