PRACTICAL 4: Working with Hadoop Ecosystem
PRACTICAL 4: Working with Hadoop Ecosystem This is a short guide on how to install Hadoop single node cluster on a Windows computer. The process is straight forward. First, we need to download and install the following software: · JAVA Download the Java 1.8 from https://java.com/en/download/ Once installed confirm that you’re running the correct version from command line using ‘java -version’ command, output of which you can confirm in command line like this: Figure 1 - checking java · HADOOP Install a Hadoop distribution. To do so, Download the most recent release Hadoop 3.0.0-alpha2 (25 Jan, 2017) in a binary form, from the Apache Download Mirror at http://hadoop.apache.org/releases.html Once the hadoop-3.0.0-alpha2.tar.gz (250 MB) downloaded, extract it by using WinRAR into C:\hadoop-3.0.0-alpha2 folder: Figure 2 - extracting hadoop in c: · ...