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/10/04 02:15:07 UTC

[jira] [Commented] (GIRAPH-350) HBaseVertex i/o formats are not being injected with Configuration via Configurable interface

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

Brian Femiano commented on GIRAPH-350:
--------------------------------------

I would encourage this patch get reviewed since Nitay is making other concurrent, potentially conflicting modifactions. 
                
> HBaseVertex i/o formats are not being injected with Configuration via Configurable interface
> --------------------------------------------------------------------------------------------
>
>                 Key: GIRAPH-350
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-350
>             Project: Giraph
>          Issue Type: Bug
>    Affects Versions: 0.2.0
>            Reporter: Brian Femiano
>            Assignee: Brian Femiano
>             Fix For: 0.2.0
>
>         Attachments: GIRAPH-350.patch
>
>
> I reinstalled the latest giraph version from trunk.
> When running the unit tests, I noticed the setConf(Configuration conf) is not being called, and therefore the delegate 'tableInputFormat' is never being configured properly. The Accumulo i/o formats use static setters to avoid this requirement. That has the unfortunate side effect of having to remember to call those before setting up GiraphJob. 
> I can add this same static-method solution to HBaseVertex i/o, depending on whether Configurable is an easy fix. I would imagine other input/output formats would have this same issue. 
> If static setters are acceptable (same as Accumulo) I can add that to the Giraph-336 patch. 

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