GithubHelp home page GithubHelp logo

mohideen / cloud9 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lintool/cloud9

0.0 2.0 0.0 169.24 MB

Cloud9 is a MapReduce library for Hadoop developed at the University of Maryland

Home Page: http://cloud9lib.org/

JavaScript 0.04% Java 99.84% Shell 0.09% Perl 0.03%

cloud9's Introduction

Cloud9lib is a project developed at University of Maryland to assist students and researchers in Data-Intensive text processing applications. Cloud9lib has various modules that illustrate different MapReduce algorithms that are explained in the “Data-Intensive Text Processing with MapReduce” book by Professor Jimmy Lin and Chris Dyer. Currently, this library doesn’t have examples for every the important concepts in the book. I would add a module to this library to demonstrate the relational join techniques explained in the book.

Relational Join Module

Relational Joins are operations performed to combine different data structures together and gain meaning information from them. Relational Joins are essential for any data warehousing application. When the data to be processed becomes huge or the data to be processed is not fully structured, the traditional methods are not always efficient. Hadoop framework allows us to design algorithms that will run on both structured and unstructured data even in the petabyte scale.

There are four Relational Join Techniques explained in Professor Lin’s book:

  • Reduce-Side Joins – Caters applications with unorganized data. Less efficient.
  • Map-side Joins – Efficient technique but requires sorted input data.
  • Memory Backed Joins – Efficient when one of the datasets completely fits into the memory of the nodes in the cluster.
  • Memcached Joins – A novel approach for holding one of datasets in-memory on a distributed store when the dataset is too big to fit into the memory of a single node.

These techniques have advantages and disadvantages over each other, and they cater different application needs. This module implements Reduce-Side Join and Map-side Join techniques. Full documentation available at: http://mohideen.github.com/Cloud9/

cloud9's People

Contributors

jimmy0017 avatar ferhanture avatar mjmcgrath avatar kzhai avatar mohideen avatar metzlerd avatar zgap118 avatar

Watchers

James Cloos avatar  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.