Friday, 8 July 2016

How to Create Dynamic Apache HADOOP Project using Maven in Eclipse


Steps for creating dynamic HADOOP Project using maven in eclipse.



Check out steps of Creating Hadoop Project using Maven click on below weblink:

How to Create Dynamic Apache HADOOP Project using Maven in Eclipse

I hope this tutorial will surely help you. If you have any questions or problems please let me know.


Happy Hadooping with Patrick..

Sunday, 3 July 2016

Apache Hadoop : Movie Recommender MapReduce Case Study




Movie Recommender MapReduce example


This is a very simple Movie Recommender in Hadoop.

The whole job is broken in 4 Map-Reduce jobs which are to be run sequentially as shown in below.
  
    The steps are

    <1> Normalization
    <2> Finding Distances
    <3> Contribution of Rating    and
    <4> Adding up the Ratings

Check out above Mapreduce Case study in below link:

Movie Recommender MapReduce Case Study


I hope this tutorial will surely help you. If you have any questions or problems please let me know.


Happy Hadooping with Patrick..