You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/03/06 06:15:00 UTC

[jira] [Commented] (S2GRAPH-178) Fix null pointer error on BulkLoader.

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

ASF GitHub Bot commented on S2GRAPH-178:
----------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-s2graph/pull/133


> Fix null pointer error on BulkLoader.
> -------------------------------------
>
>                 Key: S2GRAPH-178
>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-178
>             Project: S2Graph
>          Issue Type: Bug
>            Reporter: DOYUNG YOON
>            Assignee: DOYUNG YOON
>            Priority: Major
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> fix null pointer error bug on Bulk Loader.
> Graph/Management instance is called before initialized on [here|https://github.com/apache/incubator-s2graph/blob/master/loader/src/main/scala/org/apache/s2graph/loader/subscriber/TransferToHFile.scala#L171] which cause NullPointerException.
> Initialize Graph/Management instance by calling `GraphSubscriberHelper.apply` would fix NullPointerException.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)