Flume is included in the HDP repository, but it is not installed automatically as part of the standard HDP installation process.
At least core Hadoop installed on your system. See HDP Deployment Options for more information.
You must have set up your
JAVA_HOME
environment variable per your operating system. See here for instructions on installing JDK.
To install Flume, from a terminal window type:
For RHEL or CentOS
yum install flume yum install flume-node #This installs init scripts
For SLES
zypper install flume zypper install flume-node #This installs init scripts
or
The installation process automatically sets up the appropriate flume
user and flume
group in the operating system.