Installing Apache Flume on AWS EMR
First, ensure that you are the root user. After that, run the following command to
download the Flume binaries.
sudo -i
wget https://de-emr-flume.s3.amazonaws.com/apache-flume-1.9.0-bin.tar.gz
Now you need to untar the file by running the following c...
sdcodes.hashnode.dev4 min read