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


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.

Reply via email to