Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 72761 invoked from network); 12 Mar 2009 18:45:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2009 18:45:18 -0000 Received: (qmail 39980 invoked by uid 500); 12 Mar 2009 18:45:12 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 39947 invoked by uid 500); 12 Mar 2009 18:45:12 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 39932 invoked by uid 99); 12 Mar 2009 18:45:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2009 11:45:12 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2009 18:45:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8640A234C04B for ; Thu, 12 Mar 2009 11:44:50 -0700 (PDT) Message-ID: <1072824879.1236883490548.JavaMail.jira@brutus> Date: Thu, 12 Mar 2009 11:44:50 -0700 (PDT) From: "Corinne Chandel (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-5480) Streaming doc - change StreamXmlRecord to StreamXmlRecordReader In-Reply-To: <703044558.1236883370602.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-5480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Corinne Chandel updated HADOOP-5480: ------------------------------------ Attachment: streaming-doc.patch Patch includes fix for streaming.xml file. > Streaming doc - change StreamXmlRecord to StreamXmlRecordReader > ---------------------------------------------------------------- > > Key: HADOOP-5480 > URL: https://issues.apache.org/jira/browse/HADOOP-5480 > Project: Hadoop Core > Issue Type: Bug > Reporter: Corinne Chandel > Priority: Minor > Attachments: streaming-doc.patch > > > Streaming doc - fix typo. > CHANGE: > hadoop jar hadoop-streaming.jar -inputreader "StreamXmlRecord,begin=BEGIN_STRING,end=END_STRING" ..... (rest of the command) > TO THIS: > hadoop jar hadoop-streaming.jar -inputreader "StreamXmlRecordReader,begin=BEGIN_STRING,end=END_STRING" ..... (rest of the command) > Note: No new test code; changes to documentation only. > See: Bugzilla Ticket 2520942 - XML Streaming -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.