Code Monkey home page Code Monkey logo

big-data-processing-with-hadoop's Introduction

Big-Data-Processing-with-Hadoop

• Implemented a simple word count program using MapReduce on 3 text files stored in HDFS.

• Generated the top 10 occurring tri-grams in the input files by replacing the keywords in the input with '$' using MapReduce program. A global mapper was created to take the output of all local reducers which was then passed to a global reducer that combined the tri-grams and incremented their counts.

• Created an inverted index of all the words occurring in the input files using MapReduce. Words and the corresponding list of filenames in which they appear was given as the output.

• Performed a relational join on 2 text files using MapReduce. The input text files were joined on the primary key constraint.

• Implemented the K-nearest neighbor algorithm using MapReduce of Hadoop. The mapper program was used to output the distances and the labels associated with them to the reducer which in turn sorted the distances according to the K-neighbors and predicted their class label.

Language used: Python Frameworks used: Hadoop

big-data-processing-with-hadoop's People

Contributors

mansiwagh05 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.