Login using Social Account
     Continue with GoogleLogin using your credentials
It is a walkthrough of building MapReduce programs. There is no editing in the video so it might be a bit slow.
Checkout the code:
git clone https://github.com/cloudxlab/bigdata.git
Compile
cd bigdata/hdpexamples/java
ant jar
Developer Machine
To Run wordcount MapReduce, use:
hadoop jar build/jar/hdpexamples.jar com.cloudxlab.wordcount.StubDriver
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
Loading comments...