[ 
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

Reply via email to