
Java(TM) SE Runtime Environment (build 1.8.0_261-b12) Run the installation file and the default installation directory will be C:\Program Files\Java\jdk1.8.0_261.Īfter installation, open up CMD or Powershell and confirm Java is intalled: $ java -version This resource might not exist forever, so Google 'jdk version download'. I suggest you find an alternative resource to download it from for example here (JDK 8u261). Oracle requires you sign up and login to download it. Java JDK is required to run Hadoop, so if you haven't installed it, install it. In our example, it will be C:\Users\Anthony\Documents\cp-master\hadoop-3.2.1\bin Step 3 - Install Java JDK Step 2 - Install Hadoop native IO binaryĬlone or download the winutils repository and copy the contents of hadoop-3.2.1/bin into the extracted location of the Hadoop binary package. If there are permission errors, run your unzipping program as administrator and unzip again. For the purpose of documentation, I will extract it to C:/Users/Anthony/Documents/cp-master. Hadoop is portable so you can store it on an external hard drive.


If you already have Hadoop installed and configured on your machine, you can go to the Running MapReduce Jobs section.

Big thanks to Raymond, the original writer. This is exactly written from Hadoop 3.2.1 Installation on Windows 10 step by step guide. Consolidated instructions on how to setup and run Hadoop on Windows 10 machines.
