Skip to content

Hadoop example of reading a CVS file, looking at pairings above a certain threshold

Notifications You must be signed in to change notification settings

gbildson/HadoopExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

hadoop dfs -mkdir /usr/greg/input hadoop dfs -put input.txt /usr/greg/input/input.txt mkdir cvs_classes javac -cp /usr/lib/hadoop/hadoop-core.jar -d cvs_classes CVSPairThreshold.java jar -cvf cvs.jar -C cvs_classes/ . hadoop jar cvs.jar CVSPairThreshold /usr/greg/input /usr/greg/output hadoop dfs -cat /usr/greg/output/part-00000

About

Hadoop example of reading a CVS file, looking at pairings above a certain threshold

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages