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 "Suhas Gogate (JIRA)" <ji...@apache.org> on 2009/03/26 17:32:01 UTC

[jira] Created: (HADOOP-5583) method fromEscapedCompactString() from the depricated class, org.apache.hadoop.mapred.Counters is not supported in org.apache.hadoop.mapreduce.Counters

method fromEscapedCompactString()  from the depricated class, org.apache.hadoop.mapred.Counters is not supported in org.apache.hadoop.mapreduce.Counters 
---------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: HADOOP-5583
                 URL: https://issues.apache.org/jira/browse/HADOOP-5583
             Project: Hadoop Core
          Issue Type: Bug
          Components: mapred
    Affects Versions: 0.20.0, 0.21.0
            Reporter: Suhas Gogate
             Fix For: 0.20.0, 0.21.0


Method fromEscapedCompactString()  is not supported in org.apache.hadoop.mapreduce.Counters class. The deprecated class  org.apache.hadoop.mapred.Counters provides it. This method is required for contrib/vaidya tool for parsing the COUNTERS string in compact escaped format from the job history logs. 

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


[jira] Commented: (HADOOP-5583) method fromEscapedCompactString() from the depricated class, org.apache.hadoop.mapred.Counters is not supported in org.apache.hadoop.mapreduce.Counters

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12689729#action_12689729 ] 

Owen O'Malley commented on HADOOP-5583:
---------------------------------------

The formatting of the compact strings does *NOT* belong in the Counters class. It belongs in the JobHistory class.

> method fromEscapedCompactString()  from the depricated class, org.apache.hadoop.mapred.Counters is not supported in org.apache.hadoop.mapreduce.Counters 
> ---------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-5583
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5583
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.20.0, 0.21.0
>            Reporter: Suhas Gogate
>             Fix For: 0.20.0, 0.21.0
>
>
> Method fromEscapedCompactString()  is not supported in org.apache.hadoop.mapreduce.Counters class. The deprecated class  org.apache.hadoop.mapred.Counters provides it. This method is required for contrib/vaidya tool for parsing the COUNTERS string in compact escaped format from the job history logs. 

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


[jira] Resolved: (HADOOP-5583) method fromEscapedCompactString() from the depricated class, org.apache.hadoop.mapred.Counters is not supported in org.apache.hadoop.mapreduce.Counters

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley resolved HADOOP-5583.
-----------------------------------

    Resolution: Duplicate

This is a duplicate of HADOOP-4516.

> method fromEscapedCompactString()  from the depricated class, org.apache.hadoop.mapred.Counters is not supported in org.apache.hadoop.mapreduce.Counters 
> ---------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-5583
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5583
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.20.0, 0.21.0
>            Reporter: Suhas Gogate
>             Fix For: 0.20.0, 0.21.0
>
>
> Method fromEscapedCompactString()  is not supported in org.apache.hadoop.mapreduce.Counters class. The deprecated class  org.apache.hadoop.mapred.Counters provides it. This method is required for contrib/vaidya tool for parsing the COUNTERS string in compact escaped format from the job history logs. 

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