Skip to content

is-mariam/mapreduce_hw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MapReduce Assignment

Contents of repository

project_root/

├── mapper1.py
├── reducer1.py
├── mapper2.py
├── reducer2.py

├── inputs/
   ├── file1.txt #Removed from repo
   └── file2.txt #Removed from repo

├── output1/
       └── part-00000
├── output2/
       └── part-00000

├── MI_mapreduce_hw.ipynb

└── README.md

File contents

Selected pages for assignment Book VII

Pages:

  • file1.txt - 7-17
  • file2.txt - 97-107

About

DATA603 project for MapReduce word counter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published