Giter VIP home page Giter VIP logo

counttweettokens's Introduction

CountTweetTokens

A MapReduce program that runs in Hadoop and does the following:

a) Searches for all of the following/provided tokens in the input text file: hackathon, Dec, Chicago, Java

b) It accepts a input file to be searched containing lines of the form: Date,Time,Name,Tweet

Here is the exact data to type into your input file:

   9-Dec-14,5:00PM,‏#Hackatopia,Tribeca Film Hackathon: Code As A New Language For Content Creators
   28-Oct-13,7:00PM,‏#NYCHadoop,Hadoop-NYC Strata/Hadoop World Meetup at AppNexus NYC
   31-Dec-14,3:00PM,‏#Hackatopia,Designers, Developers, Doers, don't miss this upcoming Chicago hackathon

c) The Mapper code will search for all of the tokens in the input file and creates <key, value> pairs.

d) The Reducer code will output the number of tweets that contained each token.

Using the example above, the output would be: (hackathon, 2) (Dec, 2) (Chicago, 1) (Java, 0)

counttweettokens's People

Contributors

khushbukp avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

xycloops123

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.