You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Hyunsik Choi (Commented) (JIRA)" <ji...@apache.org> on 2011/10/28 04:53:32 UTC

[jira] [Commented] (GIRAPH-67) Provide AdjacencyList InputFormat for Ids of Strings and double values

    [ https://issues.apache.org/jira/browse/GIRAPH-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137927#comment-13137927 ] 

Hyunsik Choi commented on GIRAPH-67:
------------------------------------

The generic type parameter in the patch seems strange.
{code:java}
public class TextDoubleDoubleAdjacencyListVertexInputFormat
    extends TextVertexInputFormat<Text, LongWritable, LongWritable> {
...
{code}

Should it be changed as follows?
{code:java}
public class TextDoubleDoubleAdjacencyListVertexInputFormat
    extends TextVertexInputFormat<Text, DoubleWritable, DoubleWritable> {
...
{code}
                
> Provide AdjacencyList InputFormat for Ids of Strings and double values
> ----------------------------------------------------------------------
>
>                 Key: GIRAPH-67
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-67
>             Project: Giraph
>          Issue Type: New Feature
>          Components: lib
>    Affects Versions: 0.70.0
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>             Fix For: 0.70.0
>
>         Attachments: GIRAPH-67.patch
>
>
> Playing with some more graphs, it'd be useful to have an adj list format where the ids are strings, such as names.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira