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
Configuring number of streams for backup hosts
To enhance to the backup performance, you can configure the number of streams that each backup host can allow. You can improve the backup performance either by adding more number of backup hosts or by increasing the number of streams per backup host.
To decide the number streams consider the following:
The default value is 1.
Number of parallel streams is based on tunable parameters.
To update the hadoop.conf file for configuring number of streams
- Update the
hadoop.conf
file with the following parameters:{ "num_of_streams": number_of_streams }
- Copy this file to the following location on the backup host:
/usr/openv/var/global/
Note:
If you increase number of streams, update the maximum number of jobs per client, update the
stu
setting for multiple threads, and client timeout to avoid abrupt failures.