Skip to content

dhrumilvora93/Finding-Missing-Cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finding Minssing Cards

This Map Reduce Program will find missing poker cards from the deck of cards mentioned in input.txt and will provide output in the output folder

Prerequisite

  • Need Hadoop installed in the system

  • Need Java installed in the system

Refer the following link to setup the environment

Map Reduce Setup:

Digital Ocean

Compile program

javac -classpath ${HADOOP_CLASSPATH} -d MissingCards MissingCards.java

Adding Class files to jar

jar -cvf MissingCards.jar -C MissingCards/ .

Run

hadoop jar MissingCards.jar /input.txt /output

Input format

Suite, Card_Number

Output format

Suite	Card_Number

About

A Map Reduce Program to find missing poker cards

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages