Skip to content

Sample Spark Streaming application. This application creates a directory monitor and processes files as they are added to a "data" directory. It counts all of the unique words in the file and prints the results to the screen.

Notifications You must be signed in to change notification settings

ligado/sparkstreamingexample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple Spark Streaming example written in Scala that monitors a "data" directory and processes each file added to the directory. It is a simple word count application, but driven by files added to the data directory.

About

Sample Spark Streaming application. This application creates a directory monitor and processes files as they are added to a "data" directory. It counts all of the unique words in the file and prints the results to the screen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages