Please enter search query.
Search <book_title>...
NetBackup™ for Hadoop Administrator's Guide
Last Published:
2024-03-07
Product(s):
NetBackup & Alta Data Protection (10.3)
- Introduction
- Prerequisites 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 communication between NetBackup and Hadoop clusters that are SSL-enabled (HTTPS)
- 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 primary 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 }