Skip to content

Instantly share code, notes, and snippets.

View basilzuberi's full-sized avatar

Basil Zuberi basilzuberi

  • Remote
View GitHub Profile
@basilzuberi
basilzuberi / Hadoop Windows Installation and Running MapReduce Jobs.md
Last active June 30, 2022 17:21 — forked from vorpal56/Hadoop Windows Installation and Running MapReduce Jobs.md
Hadoop 3.2.1 Windows 10 Installation step by step guide and running MapReduce Jobs

Setup Hadoop on Windows 10 machines

Consolidated instructions on how to setup and run Hadoop on Windows 10 machines. This is exactly written from Hadoop 3.2.1 Installation on Windows 10 step by step guide. Big thanks to Raymond, the original writer. If you already have Hadoop installed and configured on your machine, you can go to the Running MapReduce Jobs section.

Required tools

  1. Java JDK - used to run the Hadoop since it's built using Java
  2. 7Zip or WinRAR - unzip Hadoop binary package; anything that unzips tar.gz
  3. CMD or Powershell - used to test environment variables and run Hadoop

Step 1 - Download and extract Hadoop