Instalacja
Instaluj Hadoop na Ubuntu
Najpierw uruchom poniżej polecenie, aby zainstalować serwer OpenSsh i klient.
sudo apt install openssh-server openssh-client -y
Wykonaj polecenie, aby pobrać Hadoop.
wget https://downloads.apache.org/hadoop/common/hadoop-3.2.1/hadoop-3.2.1.tar.gz
Wyodrębnij pliki, aby zainicjować instalację Hadoop.
tar xzf hadoop-3.2.1.tar.gz