8000 GitHub - PrincessePoney/Julia: Implementation of Julia set using Hadoop 2.6.0 MapReduce (MR2)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Implementation of Julia set using Hadoop 2.6.0 MapReduce (MR2)

Notifications You must be signed in to change notification settings

PrincessePoney/Julia

Folders and files

92DB
NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Julia set using Hadoop MR2

Implementation of Julia set using Hadoop 2.6.0 MapReduce (MR2)

Guide

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 :

0.835-0.2321i

0.285+0.01i

About

Implementation of Julia set using Hadoop 2.6.0 MapReduce (MR2)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0