You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Corinne Chandel (JIRA)" <ji...@apache.org> on 2009/03/12 19:44:50 UTC

[jira] Updated: (HADOOP-5480) Streaming doc - change StreamXmlRecord to StreamXmlRecordReader

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