Giter Site home page Giter Site logo

Do you support Giraph v1? about giraphx HOT 5 OPEN

khayyatzy avatar khayyatzy commented on September 21, 2024
Do you support Giraph v1?

from giraphx.

Comments (5)

serafett avatar serafett commented on September 21, 2024

Hi Zuhair,

We bulit Giraphx on Giraph v0.1. It is possible to modify it to use it also on Giraph v1 but currently we did not test it on Giraph v1. I think just copying the files will not be enough since there are additional modifications in Giraph v1.

You can download the attached folder to see the patch file for Giraphx and instructions on how to run it.

https://www.dropbox.com/s/gkj6a9vtnfg3tps/giraphx-all.zip

Best,

Serafettin

On Sunday, March 16, 2014 7:16 AM, Zuhair Khayyat [email protected] wrote:

Hi,
I would like to use your serialization algorithm on top of Giraph v1. Will it work? Which files I have to copy to the new Giraph?

Reply to this email directly or view it on GitHub.

from giraphx.

khayyatzy avatar khayyatzy commented on September 21, 2024

Hi,

Thanks for the file; it worked on Giraph 0.1. For the time being I will work on the old version of Giraph then later move to the newer version.

Where do you keep the implementation for the token ring based and "dining philosophers" based graph colouring? I would like to run on larger graphs and compare the difference between GraphX performance.

from giraphx.

serafett avatar serafett commented on September 21, 2024

Use vj parameter to select a job type. Giraphx code is inside examples.Giraphx class. For example "-vj dGiraphx_coloring" runs dining philosopher for coloring problem. token ring coloring job runs using "compute_tGiraphx_coloring(Iterator, boolean)" but if you want to implement another algorithm, write the algorithm code in a method like "operate_tGiraph_coloring(Map<Long, String>)" and specify the method inside compute_tGiraphx method.

On Monday, March 17, 2014 7:39 AM, Zuhair Khayyat [email protected] wrote:

Hi,
Thanks for the file; it worked on Giraph 0.1. For the time being I will work on the old version of Giraph then later move to the newer version.
Where do you keep the implementation for the token ring based and "dining philosophers" based graph colouring? I would like to run on larger graphs and compare the difference between GraphX performance.

Reply to this email directly or view it on GitHub.

from giraphx.

khayyatzy avatar khayyatzy commented on September 21, 2024

Hi,

I understood from your paper you have a third algorithm for graph colouring other than token ring and "dining philosophers" algorithms. Do you have a third algorithm? or it is only two implementations?

Thank you

from giraphx.

serafett avatar serafett commented on September 21, 2024

Yes only two implementations.

On Monday, March 17, 2014 11:36 AM, Zuhair Khayyat [email protected] wrote:

Hi,
I understood from your paper you have a third algorithm for graph colouring other than token ring and "dining philosophers" algorithms. Do you have a third algorithm? or it is only two implementations?
Thank you

Reply to this email directly or view it on GitHub.

from giraphx.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.