Installation

Install Hadoop on Ubuntu

First, run below command to install OpenSSH server and client.

sudo apt install openssh-server openssh-client -y

Execute command to download Hadoop.

wget https://downloads.apache.org/hadoop/common/hadoop-3.2.1/hadoop-3.2.1.tar.gz

Extract the files to initiate the Hadoop installation.

tar xzf hadoop-3.2.1.tar.gz
 English