HDFS Installation with Package Manager

On the Bacula File Daemon that you want to connect to your HDFS instance, extend the repository file for your package manager to contain a section for the HDFS plugin. For example, in Redhat/CentOS 7, /etc/yum.repos.d/bacula.repo:

[Bacula]
name=Bacula Enterprise
baseurl=https://www.baculasystems.com/dl/@customer-string@/rpms/bin/@version@/rhel7-64/
enabled=1
protect=0
gpgcheck=0

[Bacula EnterpriseHdfsPlugin]
name=Bacula Enterprise Hdfs Plugin
baseurl=https://www.baculasystems.com/dl/@customer-string@/rpms/hdfs/@version@/rhel7-64/
enabled=1
protect=0
gpgcheck=0

On Debian Jessie, /etc/apt/sources.list.d/bacula.list:

#Bacula Enterprise
deb https://www.baculasystems.com/dl/@customer-string@/debs/bin/@version@/jessie-64/ jessie main
deb https://www.baculasystems.com/dl/@customer-string@/debs/hdfs/@version@/jessie-64/ jessie hdfs

Once the repository is configured for your system, the package bacula-enterprise-hdfs-plugin can be installed with yum install or apt-get install.

  # yum install bacula-enterprise-hdfs-plugin
or
  # apt-get update
  # apt-get install bacula-enterprise-hdfs-plugin

See also

See an alternative way of installing the HDFS Plugin - HDFS Installation with BIM.

Go back to the main HDFS Plugin Installation page.

Go back to the main HDFS Plugin page.