You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Maja Kabiljo (JIRA)" <ji...@apache.org> on 2013/03/29 07:23:15 UTC

[jira] [Resolved] (GIRAPH-432) BspUtils.createVertex() uses Hadoop ReflectionUtils instead of Giraph ReflectionUtils.

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

Maja Kabiljo resolved GIRAPH-432.
---------------------------------

    Resolution: Invalid
    
> BspUtils.createVertex() uses Hadoop ReflectionUtils instead of Giraph ReflectionUtils.
> --------------------------------------------------------------------------------------
>
>                 Key: GIRAPH-432
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-432
>             Project: Giraph
>          Issue Type: Bug
>    Affects Versions: 0.2.0
>            Reporter: Brian Femiano
>
> I noticed this while converting my vertices to RepresentativeVertices.
> My previous code which used the BspUtils.createVertex() method would lead to NullPointerExceptions being thrown on vertex.initialize() when it tried to dereference the configuration.
> Changing my code to use the ImmutableClassesGiraphConfiguration createVertex() fixed this issue, presumably b/c it uses the right ReflectionsUtil. 

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