How To Install Hadoop in Ubuntu

1 year ago
13

This is the time of Artificial Intelligence, Machine Learning, Big Data, etc. Hadoop is one tool that allows you to do many things with your Big Data. It is a suite of software and tools.

This video will show you how you can install Hadoop on Ubuntu.

Enjoy the Video.

⏰Timestamps⏰

00:00 Intro
00:05 Pre-requisite Java Check
00:25 Download Hadoop
01:41 Download a Key
02:10 Move hadoop Folder
02:25 Configure Hadoop Java_HOME
03:41 Run Hadoop
03:53 Outro

Update and Install Java
sudo apt update
sudo apt install default-jdk

Add Key
wget https://dlcdn.apache.org/hadoop/common/hadoop-3.3.1/hadoop-3.3.1.tar.gz

Find the JAVA_HOME path
readlink -f /usr/bin/java | sed "s:bin/java::"

Configure JAVA_HOME PAth
sudo nano /usr/local/hadoop/etc/hadoop/hadoop-env.sh

Run Hadoop
/usr/local/hadoop/bin/hadoop

Loading comments...