Skip to content

edaboussi/Giraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Giraph

Giraph brute-force implementation of the Travelling Salesman Problem

In order to run this example :

1/Download Giraph via Apache's website

2/Add TSP.java file to the src folder of Giraph

3/compile with maven 3, via : $ mvn compile

4/place the input file in the HDFS, via : $ hadoop fs -put /.../input /

5/run the Giraph jar with Hadoop, via : $ hadoop jar /.../target/giraph-0.1-jar-with-dependencies.jar giraph.TSP /input /output

About

Giraph brute-force implementation of the Travelling Salesman Problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages