You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Brian Femiano (JIRA)" <ji...@apache.org> on 2012/11/17 19:06:12 UTC

[jira] [Updated] (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 ]

Brian Femiano updated GIRAPH-432:
---------------------------------

    Affects Version/s: 0.2.0
    
> 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