Skip to content

actions-im/dp_fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This code is a set of runnable examples for the blog series: Fundamentals of data processing for SciFi geeks 

Blog links

Setup to run the examples:

  1. Install maven: https://maven.apache.org/install.html
  2. Clone the repo.

Run the command from the repo directory:

  1. Download "The Complete Works of William Shakespeare":

wget -O ./data/shakespeare.txt http://www.gutenberg.org/files/100/100-0.txt

  1. Run the examples console:

mvn -q clean install exec:java

You will see the prompt:

Your wish is my command.
>>>

Commands

You can run the following commands:

  • iterator_topk
  • iterator_word_count
  • word_count_parallel
  • word_count_serial
  • word_count_rdd
  • exit

About

This code is a set of runnable examples for the blog series: Fundamentals of data processing for SciFi geeks 

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages