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
Prerequisites for running backup and restore operations for a Hadoop cluster with Kerberos authentication
To run backup and restore operations for a Hadoop cluster that uses Kerberos authentication, Hadoop needs a valid Kerberos ticket granting-ticket (TGT) to authenticate with the Hadoop cluster.
Note:
During the backup and restore operations, the TGT must be valid. Thus, specify the TGT validity accordingly or renew it when required during the operation.
Run the following command to generate the TGT:
kinit -k -t /keytab_file_location/keytab_filename principal_name
For example,
kinit -k -t /usr/openv/var/global/nbusers/hdfs_mykeytabfile.keytab hdfs@MYCOMPANY.COM
Also review the configuration-related information. See Configuration for a Hadoop cluster that uses Kerberos.