You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2012/12/02 05:49:57 UTC

[jira] [Assigned] (HAMA-658) Add random graph generator

     [ https://issues.apache.org/jira/browse/HAMA-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon reassigned HAMA-658:
-----------------------------------

    Assignee: Edward J. Yoon  (was: Piyush Kumar)
    
> Add random graph generator
> --------------------------
>
>                 Key: HAMA-658
>                 URL: https://issues.apache.org/jira/browse/HAMA-658
>             Project: Hama
>          Issue Type: New Feature
>          Components: examples, graph
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.6.1
>
>         Attachments: patch_v01.txt, RandomGraphGenerator.java
>
>
> It would be nice if we have random graph generator so that users can easily test the graph examples.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Re: [jira] [Assigned] (HAMA-658) Add random graph generator

Posted by lee fei <ch...@gmail.com>.
Yeah, Thank you~

On Mon, Dec 3, 2012 at 2:38 PM, Edward J. Yoon <ed...@apache.org>wrote:

> Are you talking about the order of received messages? Order is not
> guaranteed.
>
> On Sun, Dec 2, 2012 at 4:53 PM, lee fei <ch...@gmail.com> wrote:
> > Hi Edward,
> >
> > Thank you for your time. I have a question, if vertex A send two messages
> > to vertex B (I am using hama graph package),  did B will see the two
> > messages adjacently when B iterator the messages list? or there is no
> > guarantee that B receive the two massages adjacently?
> >
> >
> > On Sun, Dec 2, 2012 at 12:49 PM, Edward J. Yoon (JIRA) <jira@apache.org
> >wrote:
> >
> >>
> >>      [
> >>
> https://issues.apache.org/jira/browse/HAMA-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
> ]
> >>
> >> Edward J. Yoon reassigned HAMA-658:
> >> -----------------------------------
> >>
> >>     Assignee: Edward J. Yoon  (was: Piyush Kumar)
> >>
> >> > Add random graph generator
> >> > --------------------------
> >> >
> >> >                 Key: HAMA-658
> >> >                 URL: https://issues.apache.org/jira/browse/HAMA-658
> >> >             Project: Hama
> >> >          Issue Type: New Feature
> >> >          Components: examples, graph
> >> >            Reporter: Edward J. Yoon
> >> >            Assignee: Edward J. Yoon
> >> >             Fix For: 0.6.1
> >> >
> >> >         Attachments: patch_v01.txt, RandomGraphGenerator.java
> >> >
> >> >
> >> > It would be nice if we have random graph generator so that users can
> >> easily test the graph examples.
> >>
> >> --
> >> This message is automatically generated by JIRA.
> >> If you think it was sent incorrectly, please contact your JIRA
> >> administrators
> >> For more information on JIRA, see:
> http://www.atlassian.com/software/jira
> >>
>
>
>
> --
> Best Regards, Edward J. Yoon
> @eddieyoon
>

Re: [jira] [Assigned] (HAMA-658) Add random graph generator

Posted by "Edward J. Yoon" <ed...@apache.org>.
Are you talking about the order of received messages? Order is not guaranteed.

On Sun, Dec 2, 2012 at 4:53 PM, lee fei <ch...@gmail.com> wrote:
> Hi Edward,
>
> Thank you for your time. I have a question, if vertex A send two messages
> to vertex B (I am using hama graph package),  did B will see the two
> messages adjacently when B iterator the messages list? or there is no
> guarantee that B receive the two massages adjacently?
>
>
> On Sun, Dec 2, 2012 at 12:49 PM, Edward J. Yoon (JIRA) <ji...@apache.org>wrote:
>
>>
>>      [
>> https://issues.apache.org/jira/browse/HAMA-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>>
>> Edward J. Yoon reassigned HAMA-658:
>> -----------------------------------
>>
>>     Assignee: Edward J. Yoon  (was: Piyush Kumar)
>>
>> > Add random graph generator
>> > --------------------------
>> >
>> >                 Key: HAMA-658
>> >                 URL: https://issues.apache.org/jira/browse/HAMA-658
>> >             Project: Hama
>> >          Issue Type: New Feature
>> >          Components: examples, graph
>> >            Reporter: Edward J. Yoon
>> >            Assignee: Edward J. Yoon
>> >             Fix For: 0.6.1
>> >
>> >         Attachments: patch_v01.txt, RandomGraphGenerator.java
>> >
>> >
>> > It would be nice if we have random graph generator so that users can
>> easily test the graph examples.
>>
>> --
>> This message is automatically generated by JIRA.
>> If you think it was sent incorrectly, please contact your JIRA
>> administrators
>> For more information on JIRA, see: http://www.atlassian.com/software/jira
>>



-- 
Best Regards, Edward J. Yoon
@eddieyoon

Re: [jira] [Assigned] (HAMA-658) Add random graph generator

Posted by lee fei <ch...@gmail.com>.
Hi Edward,

Thank you for your time. I have a question, if vertex A send two messages
to vertex B (I am using hama graph package),  did B will see the two
messages adjacently when B iterator the messages list? or there is no
guarantee that B receive the two massages adjacently?


On Sun, Dec 2, 2012 at 12:49 PM, Edward J. Yoon (JIRA) <ji...@apache.org>wrote:

>
>      [
> https://issues.apache.org/jira/browse/HAMA-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Edward J. Yoon reassigned HAMA-658:
> -----------------------------------
>
>     Assignee: Edward J. Yoon  (was: Piyush Kumar)
>
> > Add random graph generator
> > --------------------------
> >
> >                 Key: HAMA-658
> >                 URL: https://issues.apache.org/jira/browse/HAMA-658
> >             Project: Hama
> >          Issue Type: New Feature
> >          Components: examples, graph
> >            Reporter: Edward J. Yoon
> >            Assignee: Edward J. Yoon
> >             Fix For: 0.6.1
> >
> >         Attachments: patch_v01.txt, RandomGraphGenerator.java
> >
> >
> > It would be nice if we have random graph generator so that users can
> easily test the graph examples.
>
> --
> This message is automatically generated by JIRA.
> If you think it was sent incorrectly, please contact your JIRA
> administrators
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>