Return-Path: X-Original-To: apmail-avro-dev-archive@www.apache.org Delivered-To: apmail-avro-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 3A5F2FD30 for ; Mon, 22 Apr 2013 19:35:16 +0000 (UTC) Received: (qmail 43967 invoked by uid 500); 22 Apr 2013 19:35:16 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 43921 invoked by uid 500); 22 Apr 2013 19:35:15 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 43911 invoked by uid 99); 22 Apr 2013 19:35:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Apr 2013 19:35:15 +0000 Date: Mon, 22 Apr 2013 19:35:15 +0000 (UTC) From: "Mina Naguib (JIRA)" To: dev@avro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AVRO-1306) Clarify documentation for hadoop input-avro output-non-avro instructions 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/AVRO-1306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13638360#comment-13638360 ] Mina Naguib commented on AVRO-1306: ----------------------------------- Hi Doug I don't think AvroReducer is involved here. The patch is for the section of the doc titled: {code} For jobs whose input is an Avro data file and which use an AvroMapper, but whose reducer is a non-Avro Reducer and whose output is a non-Avro format {code} In this case, I had an AvroMapper, and a vanilla hadoop reducer (input AvroKey/AvroValue, output Text/IntWritable). Since the output is not AvroKey/AvroValue, it's not suitable for being used as a combiner, as it's output can't be re-fed into its input. > Clarify documentation for hadoop input-avro output-non-avro instructions > ------------------------------------------------------------------------ > > Key: AVRO-1306 > URL: https://issues.apache.org/jira/browse/AVRO-1306 > Project: Avro > Issue Type: Improvement > Components: java > Affects Versions: 1.7.5 > Reporter: Mina Naguib > Priority: Minor > Labels: documentation, patch > Attachments: input_avro_output_nonavro_doc_update.diff > > > The documentation for hadoop usage (input avro, output non-avro) is misleading, as the Reducer is likely not usable as a combiner. Attached patch clarifies documentation. -- 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