You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Hong Tang (JIRA)" <ji...@apache.org> on 2010/08/07 01:05:16 UTC

[jira] Created: (MAPREDUCE-2000) Rumen is not able to extract counters for Job history logs from Hadoop 0.20

Rumen is not able to extract counters for Job history logs from Hadoop 0.20
---------------------------------------------------------------------------

                 Key: MAPREDUCE-2000
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2000
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Hong Tang


Rumen tries to match the end of a value string through indexOf("\""). It does not take into account the case when an escaped '"' in the value string. This leads to the incorrect parsing the remaining key=value properties in the same line.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.