Skip to content

5anay/Twitter-Big-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter-Big-Data

This project focuses on using Apache Hadoop to process data extracted from a subset of Tweets.

Employing MapReduce JSON-formatted data is extracted and the occurrence of the expanded_url field is calculated. The core component of this project resides within the ScanWordsMapper class. Within this class, the map method is responsible for extracting a JSONArray of URLs from a JsonObject of entities. Subsequently, it retrieves the expanded_url field from the JSONArray and converts it to a String for further processing.

Snapshot

Screenshot 2023-05-17 at 01 20 35

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages