[ https://issues.apache.org/jira/browse/MAPREDUCE-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879248#action_12879248 ]
Amareshwari Sriramadasu commented on MAPREDUCE-1765: ---------------------------------------------------- +1 for the patch. Test failure is because of MAPREDUCE-1834. I could run ant docs successfully with the patch on both trunk and branch 0.21. Will check this in. > Streaming doc - change StreamXmlRecord to StreamXmlRecordReader > ---------------------------------------------------------------- > > Key: MAPREDUCE-1765 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1765 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: contrib/streaming, documentation > Reporter: Corinne Chandel > Assignee: Corinne Chandel > Priority: Minor > Fix For: 0.22.0 > > 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.