Skip to content

It's representing the algorithms such as Pair, Stripes and Hybrid approaches in Map Reduce.

Notifications You must be signed in to change notification settings

RanjithSubraman/HadoopMapReduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HadoopMapReduce

It's representing the algorithms such as Pair, Stripes and Hybrid approaches in Map Reduce.

Create the HDFS file system by using below command
Hadoop fs -put file.txt file.txt

View the HDFS file system (Check whether our file exist or not) by using below command
Hadoop fs -ls

Run the project by using created HDFS by using below command
Hadoop jar wordcount.jar WordCount file.txt wordcountoutput

Please read this post for more information and setup: http://ranjithdroid.blogspot.com/2015/09/setup-for-mapreduce-program-with.html

About

It's representing the algorithms such as Pair, Stripes and Hybrid approaches in Map Reduce.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages