GithubHelp home page GithubHelp logo

albeertito7 / hadoop-twitter Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 121 KB

MapReduce application to calculate the trending topics on Twitter and feelings associated with such hashtags

License: GNU General Public License v3.0

Java 100.00%
twitter hashtag hadoop mapreduce java hdfs

hadoop-twitter's Introduction

hadoop-twitter

MapReduce application to calculate the trending topics on twitter and feelings associated with such hashtags.

All coding is done in Java using the MapReduce framework, and the solution is structured by packages as follows

Package Description
cleanUp contain the cleanUp mappers and a driver to run it regardless
topN contain the topN mapper and reducer, and a driver regardless the main application
trendingTopics contain the reducer and two mappers, one working with JSON format used for the main application, and the other with TXT files which is used by the specific driver to get thre trending topics via regez hashtag pattern
main contain the main application driber job control resulting as cleanUp => trendingTopics => topN
sentimentAnalysis contain the application to extract the feelings based on a cleanUP JSON file

Note: The mapreduce appointment will work with twitter data in text and json format

IntelliJ IDEA was used as IDE to develop the application, thus, in the file "hadoop-twitter.iml" you will find the following hadoop project dependencies:

  • hadoop-common
  • hadoop-mapreduce-client-jobclient
  • hadoopo-mapreduce-client-core

which use the version 2.7.3


Note: If using Windows check how to install hadoop correctly at link.

hadoop-twitter's People

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.