Installation

Installer Hadoop sur Ubuntu

Tout d’abord, exécutez la commande ci-dessous pour installer OpenSSH Server et Client.

sudo apt install openssh-server openssh-client -y

Exécutez la commande pour télécharger Hadoop.

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

Extraire les fichiers pour initier l’installation de Hadoop.

tar xzf hadoop-3.2.1.tar.gz
 Français