You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Kohei Ozaki (Created) (JIRA)" <ji...@apache.org> on 2011/11/22 17:10:40 UTC

[jira] [Created] (GIRAPH-99) Make AdjacencyListVertexReader and its constructor public

Make AdjacencyListVertexReader and its constructor public
---------------------------------------------------------

                 Key: GIRAPH-99
                 URL: https://issues.apache.org/jira/browse/GIRAPH-99
             Project: Giraph
          Issue Type: Wish
          Components: lib
            Reporter: Kohei Ozaki
            Priority: Minor


Hi,

I'd like to write a class inherited from AdjacencyListVertexReader
to make a library using Giraph (like git.io/ALVR),
but AdjacencyListVertexReader is a private class and its constructor are private.
I guess making it public is useful to handle a more complex input format
specified by the data structure of algorithms.


--
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

        

[jira] [Resolved] (GIRAPH-99) Make AdjacencyListVertexReader and its constructor public

Posted by "Jakob Homan (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GIRAPH-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Homan resolved GIRAPH-99.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.70.0
         Assignee: Kohei Ozaki

I've committed this. Resolving as fixed. Thanks for the contribution, Kohei!
                
> Make AdjacencyListVertexReader and its constructor public
> ---------------------------------------------------------
>
>                 Key: GIRAPH-99
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-99
>             Project: Giraph
>          Issue Type: Wish
>          Components: lib
>            Reporter: Kohei Ozaki
>            Assignee: Kohei Ozaki
>            Priority: Minor
>              Labels: patch
>             Fix For: 0.70.0
>
>         Attachments: GIRAPH-99.diff
>
>
> Hi,
> I'd like to write a class inherited from AdjacencyListVertexReader
> to make a library using Giraph (like git.io/ALVR),
> but AdjacencyListVertexReader is a private class and its constructor are private.
> I guess making it public is useful to handle a more complex input format
> specified by the data structure of algorithms.

--
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

        

[jira] [Commented] (GIRAPH-99) Make AdjacencyListVertexReader and its constructor public

Posted by "Avery Ching (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155334#comment-13155334 ] 

Avery Ching commented on GIRAPH-99:
-----------------------------------

Thanks Kohei, glad to see you working on Giraph!
                
> Make AdjacencyListVertexReader and its constructor public
> ---------------------------------------------------------
>
>                 Key: GIRAPH-99
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-99
>             Project: Giraph
>          Issue Type: Wish
>          Components: lib
>            Reporter: Kohei Ozaki
>            Assignee: Kohei Ozaki
>            Priority: Minor
>              Labels: patch
>             Fix For: 0.70.0
>
>         Attachments: GIRAPH-99.diff
>
>
> Hi,
> I'd like to write a class inherited from AdjacencyListVertexReader
> to make a library using Giraph (like git.io/ALVR),
> but AdjacencyListVertexReader is a private class and its constructor are private.
> I guess making it public is useful to handle a more complex input format
> specified by the data structure of algorithms.

--
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

        

[jira] [Updated] (GIRAPH-99) Make AdjacencyListVertexReader and its constructor public

Posted by "Kohei Ozaki (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GIRAPH-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kohei Ozaki updated GIRAPH-99:
------------------------------

    Attachment: GIRAPH-99.diff
    
> Make AdjacencyListVertexReader and its constructor public
> ---------------------------------------------------------
>
>                 Key: GIRAPH-99
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-99
>             Project: Giraph
>          Issue Type: Wish
>          Components: lib
>            Reporter: Kohei Ozaki
>            Priority: Minor
>              Labels: patch
>         Attachments: GIRAPH-99.diff
>
>
> Hi,
> I'd like to write a class inherited from AdjacencyListVertexReader
> to make a library using Giraph (like git.io/ALVR),
> but AdjacencyListVertexReader is a private class and its constructor are private.
> I guess making it public is useful to handle a more complex input format
> specified by the data structure of algorithms.

--
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

        

[jira] [Commented] (GIRAPH-99) Make AdjacencyListVertexReader and its constructor public

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155245#comment-13155245 ] 

Hudson commented on GIRAPH-99:
------------------------------

Integrated in Giraph-trunk-Commit #41 (See [https://builds.apache.org/job/Giraph-trunk-Commit/41/])
    GIRAPH-99: Make AdjacencyListVertexReader and its constructor public. Contributed by Kohei Ozaki.

jghoman : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1205068
Files : 
* /incubator/giraph/trunk/CHANGELOG
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/lib/AdjacencyListVertexReader.java

                
> Make AdjacencyListVertexReader and its constructor public
> ---------------------------------------------------------
>
>                 Key: GIRAPH-99
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-99
>             Project: Giraph
>          Issue Type: Wish
>          Components: lib
>            Reporter: Kohei Ozaki
>            Assignee: Kohei Ozaki
>            Priority: Minor
>              Labels: patch
>             Fix For: 0.70.0
>
>         Attachments: GIRAPH-99.diff
>
>
> Hi,
> I'd like to write a class inherited from AdjacencyListVertexReader
> to make a library using Giraph (like git.io/ALVR),
> but AdjacencyListVertexReader is a private class and its constructor are private.
> I guess making it public is useful to handle a more complex input format
> specified by the data structure of algorithms.

--
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

        

[jira] [Commented] (GIRAPH-99) Make AdjacencyListVertexReader and its constructor public

Posted by "Jakob Homan (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155234#comment-13155234 ] 

Jakob Homan commented on GIRAPH-99:
-----------------------------------

+1. Looks good.
                
> Make AdjacencyListVertexReader and its constructor public
> ---------------------------------------------------------
>
>                 Key: GIRAPH-99
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-99
>             Project: Giraph
>          Issue Type: Wish
>          Components: lib
>            Reporter: Kohei Ozaki
>            Priority: Minor
>              Labels: patch
>         Attachments: GIRAPH-99.diff
>
>
> Hi,
> I'd like to write a class inherited from AdjacencyListVertexReader
> to make a library using Giraph (like git.io/ALVR),
> but AdjacencyListVertexReader is a private class and its constructor are private.
> I guess making it public is useful to handle a more complex input format
> specified by the data structure of algorithms.

--
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

        

[jira] [Commented] (GIRAPH-99) Make AdjacencyListVertexReader and its constructor public

Posted by "Kohei Ozaki (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155241#comment-13155241 ] 

Kohei Ozaki commented on GIRAPH-99:
-----------------------------------

Thanks for the quick fix.
                
> Make AdjacencyListVertexReader and its constructor public
> ---------------------------------------------------------
>
>                 Key: GIRAPH-99
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-99
>             Project: Giraph
>          Issue Type: Wish
>          Components: lib
>            Reporter: Kohei Ozaki
>            Assignee: Kohei Ozaki
>            Priority: Minor
>              Labels: patch
>             Fix For: 0.70.0
>
>         Attachments: GIRAPH-99.diff
>
>
> Hi,
> I'd like to write a class inherited from AdjacencyListVertexReader
> to make a library using Giraph (like git.io/ALVR),
> but AdjacencyListVertexReader is a private class and its constructor are private.
> I guess making it public is useful to handle a more complex input format
> specified by the data structure of algorithms.

--
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