Skip to content

qingdanry/KMeansHadoop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These codes explain how to realize K-Means Clustering algorithm in Hadoop.
They are achieved by Python and Hadoop streaming.
You run this program in Linix by typing:
for locale
$ ./localJob.sh
for Hadoop
$ ./hadoopJob.sh
Just for fun

About

K-Means clustering algorithm for Hadoop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.2%
  • Shell 42.8%