for a subject I have got this assignment.
To make a hadoop cluster and write map reduce programs.
I have a laptop with 4GB ram and i3 processor, I downloaded vmware image from cloudera website. But the pre configured virtual machine itself takes 4GB RAM.
The assignment text says
install the Hadoop Distribution of Cloudera (http://www.cloudera.com/hadoop/) in Pseudo-Distributed Mode or use the VMWare Image provided by Cloudera to familiarize yourself with Hadoop, especially with the distributed file system HDFS and the implementation of MapReduce programs in Java."
I downloaded vmware image from cloudera website, but the pre configured virtual machine itself takes 4GB RAM.
I tried reducing the size of Virtual machine memory from 4GB to 1 GB but it was not good; I mean I could not run the cloudera virtual machine.
I have a lot of mapreduce and java programs which the assignment says me to do. I am not able to understand any of them. Like
- doing a "grep" on multiple machines.
- Counting word frequency on files spread across multiple machines in hadoop cluster etc etc.
I want to know how do I setup hadoop so that it runs on windows8.1 machine so that I can run these programs