Return-Path: X-Original-To: apmail-hama-dev-archive@www.apache.org Delivered-To: apmail-hama-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 6D5E010120 for ; Wed, 3 Jul 2013 16:56:26 +0000 (UTC) Received: (qmail 81195 invoked by uid 500); 3 Jul 2013 16:56:24 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 81077 invoked by uid 500); 3 Jul 2013 16:56:22 -0000 Mailing-List: contact dev-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list dev@hama.apache.org Received: (qmail 81045 invoked by uid 99); 3 Jul 2013 16:56:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jul 2013 16:56:20 +0000 Date: Wed, 3 Jul 2013 16:56:20 +0000 (UTC) From: "Martin Illecker (JIRA)" To: dev@hama.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HAMA-774) CompositeInputFormat in Hama 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/HAMA-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Illecker updated HAMA-774: --------------------------------- Attachment: HAMA-774.patch > CompositeInputFormat in Hama > ---------------------------- > > Key: HAMA-774 > URL: https://issues.apache.org/jira/browse/HAMA-774 > Project: Hama > Issue Type: New Feature > Components: bsp core > Affects Versions: 0.6.2 > Reporter: Martin Illecker > Assignee: Martin Illecker > Priority: Minor > Fix For: 0.6.3 > > Attachments: HAMA-774.patch > > > *Adapting Hadoop CompositeInputFormat to Hama.* > Adapt the CompositeInputFormat from Hadoop and integrate it into Hama. > e.g., Useful for matrix multiplication example by doing a inner join of two matrices. > Therefore the Hadoop join package has been adapted within *org.apache.hama.bsp.join*. > Finally I would need some help to integrate the CompositeInputFormat into Hama by using > {code} > job.setInputFormat(CompositeInputFormat.class); > job.set("bsp.join.expr", CompositeInputFormat.compose("inner", > SequenceFileInputFormat.class, aPath, bPath)); > {code} -- 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