Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C72B7DC51 for ; Thu, 4 Oct 2012 00:17:14 +0000 (UTC) Received: (qmail 11453 invoked by uid 500); 4 Oct 2012 00:17:14 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 11389 invoked by uid 500); 4 Oct 2012 00:17:14 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 11378 invoked by uid 500); 4 Oct 2012 00:17:14 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 11375 invoked by uid 99); 4 Oct 2012 00:17:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2012 00:17:14 +0000 Date: Thu, 4 Oct 2012 11:17:14 +1100 (NCT) From: "Avery Ching (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: <222656362.162883.1349309834633.JavaMail.jiratomcat@arcas> In-Reply-To: <1702979074.135409.1348775468194.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (GIRAPH-350) HBaseVertex i/o formats are not being injected with Configuration via Configurable interface MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GIRAPH-350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469020#comment-13469020 ] Avery Ching commented on GIRAPH-350: ------------------------------------ [~nitay], could you take a look at this when you have a chance? > 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