Skip to content

YusufUzeyir/Hadoop-MapReduce-WordCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hadoop-MapReduce-WordCount

Run Locally

localhost:9870/explorer.html#/ adresine gidin:

input_dir adında bir dosya oluşturuyoruz:

hadoop fs -mkdir /input_dir

document klasörü içindeki txt dosyalarını(datasetimiz) input_dir'in içine atıyoruz:

hadoop fs -put C:/Users/ASUS/Desktop/document/* /input_dir

projenin bulunduğu dizine gidiyoruz (kendi yolunuzu girin bendeki bu şekilde):

cd C:\Users\ASUS\Desktop\Klasorler\Projeler\JavaProjeleri\wordCount

input_dir dosyasındaki verileri projede işleyerek output dosyasında çıktı olarak alıyoruz:

hadoop jar target/wordCount-1.0-SNAPSHOT.jar org.uzeyir.WC_Runner /input_dir /output

About

Big data analysis, hadoop, wordcount, java, mapreduce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages