Implementation of Julia set using Hadoop 2.6.0 MapReduce (MR2)
Build using maven :
$ mvn install
Generate the input file into a directory named input
:
$ mkdir input
$ java -cp target/julia-0.0.1-SNAPSHOT.jar InputGenerator 600 > input/file
Launch the jobs :
$ hadoop jar target/julia-0.0.1-SNAPSHOT.jar Julia -0.75 0.1 600
Inspect the result :
$ java -cp target/julia-0.0.1-SNAPSHOT.jar OutputViewer 600
Examples :