[ https://issues.apache.org/jira/browse/S2GRAPH-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16376337#comment-16376337 ]
ASF GitHub Bot commented on S2GRAPH-178: ---------------------------------------- GitHub user SteamShon opened a pull request: https://github.com/apache/incubator-s2graph/pull/133 [S2GRAPH-178]: Fix null pointer error on BulkLoader. - call apply to initialize Graph/Management on `GraphSubscriberHelper` object. You can merge this pull request into a Git repository by running: $ git pull https://github.com/SteamShon/incubator-s2graph S2GRAPH-178 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-s2graph/pull/133.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #133 ---- commit 4e3fd9c5f1090eb112061a0aeba6bb3e0ebc083c Author: DO YUNG YOON <steamshon@...> Date: 2018-02-26T02:23:10Z fix null pointer error on Bulk Loader. ---- > Fix null pointer error on BulkLoader. > ------------------------------------- > > Key: S2GRAPH-178 > URL: https://issues.apache.org/jira/browse/S2GRAPH-178 > Project: S2Graph > Issue Type: New Feature > 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)