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 "Owen O'Malley (JIRA)" <ji...@apache.org> on 2008/08/29 00:33:44 UTC

[jira] Created: (HADOOP-4043) The framework counters should use public enum classes to make it easy for users to query

The framework counters should use public enum classes to make it easy for users to query
----------------------------------------------------------------------------------------

                 Key: HADOOP-4043
                 URL: https://issues.apache.org/jira/browse/HADOOP-4043
             Project: Hadoop Core
          Issue Type: Improvement
          Components: mapred
            Reporter: Owen O'Malley
             Fix For: 0.19.0


Currently, for users to find the value of the number of records out of the reduce, they must figure out the names of the relevant enums. It would be better if the enum classes were public.

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


[jira] Updated: (HADOOP-4043) The framework counters should use public enum classes to make it easy for users to query

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

Devaraj Das updated HADOOP-4043:
--------------------------------

    Fix Version/s:     (was: 0.19.0)

> The framework counters should use public enum classes to make it easy for users to query
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4043
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4043
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Owen O'Malley
>         Attachments: hadoop-4043.patch, hadoop-4043.sh
>
>
> Currently, for users to find the value of the number of records out of the reduce, they must figure out the names of the relevant enums. It would be better if the enum classes were public.

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


[jira] Resolved: (HADOOP-4043) The framework counters should use public enum classes to make it easy for users to query

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

Sharad Agarwal resolved HADOOP-4043.
------------------------------------

    Resolution: Duplicate

The issue got fixed as part of HADOOP-5717

> The framework counters should use public enum classes to make it easy for users to query
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4043
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4043
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Owen O'Malley
>         Attachments: hadoop-4043-v2.patch, hadoop-4043-v2.patch, hadoop-4043-v2.sh, hadoop-4043.patch, hadoop-4043.sh
>
>
> Currently, for users to find the value of the number of records out of the reduce, they must figure out the names of the relevant enums. It would be better if the enum classes were public.

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


[jira] Updated: (HADOOP-4043) The framework counters should use public enum classes to make it easy for users to query

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

Tom White updated HADOOP-4043:
------------------------------

    Attachment: hadoop-4043-v2.sh

> The framework counters should use public enum classes to make it easy for users to query
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4043
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4043
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Owen O'Malley
>             Fix For: 0.20.0
>
>         Attachments: hadoop-4043-v2.patch, hadoop-4043-v2.sh, hadoop-4043.patch, hadoop-4043.sh
>
>
> Currently, for users to find the value of the number of records out of the reduce, they must figure out the names of the relevant enums. It would be better if the enum classes were public.

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


[jira] Updated: (HADOOP-4043) The framework counters should use public enum classes to make it easy for users to query

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

Tom White updated HADOOP-4043:
------------------------------

    Fix Version/s: 0.20.0

> The framework counters should use public enum classes to make it easy for users to query
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4043
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4043
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Owen O'Malley
>             Fix For: 0.20.0
>
>         Attachments: hadoop-4043.patch, hadoop-4043.sh
>
>
> Currently, for users to find the value of the number of records out of the reduce, they must figure out the names of the relevant enums. It would be better if the enum classes were public.

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


[jira] Updated: (HADOOP-4043) The framework counters should use public enum classes to make it easy for users to query

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

Tom White updated HADOOP-4043:
------------------------------

    Attachment: hadoop-4043-v2.patch

Fixed patch to apply properly (didn't use --no-diff-deleted before).

> The framework counters should use public enum classes to make it easy for users to query
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4043
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4043
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Owen O'Malley
>             Fix For: 0.20.0
>
>         Attachments: hadoop-4043-v2.patch, hadoop-4043-v2.patch, hadoop-4043-v2.sh, hadoop-4043.patch, hadoop-4043.sh
>
>
> Currently, for users to find the value of the number of records out of the reduce, they must figure out the names of the relevant enums. It would be better if the enum classes were public.

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


[jira] Updated: (HADOOP-4043) The framework counters should use public enum classes to make it easy for users to query

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

Tom White updated HADOOP-4043:
------------------------------

    Attachment: hadoop-4043.patch

Patch to make counter enums top-level classes (since the classes they are in are not public). The script should be run first before applying the patch.

> The framework counters should use public enum classes to make it easy for users to query
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4043
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4043
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Owen O'Malley
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4043.patch
>
>
> Currently, for users to find the value of the number of records out of the reduce, they must figure out the names of the relevant enums. It would be better if the enum classes were public.

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


[jira] Updated: (HADOOP-4043) The framework counters should use public enum classes to make it easy for users to query

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

Tom White updated HADOOP-4043:
------------------------------

    Attachment: hadoop-4043-v2.patch

Regenerated patch.

> The framework counters should use public enum classes to make it easy for users to query
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4043
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4043
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Owen O'Malley
>             Fix For: 0.20.0
>
>         Attachments: hadoop-4043-v2.patch, hadoop-4043-v2.sh, hadoop-4043.patch, hadoop-4043.sh
>
>
> Currently, for users to find the value of the number of records out of the reduce, they must figure out the names of the relevant enums. It would be better if the enum classes were public.

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


[jira] Updated: (HADOOP-4043) The framework counters should use public enum classes to make it easy for users to query

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

Tom White updated HADOOP-4043:
------------------------------

    Attachment: hadoop-4043.sh

> The framework counters should use public enum classes to make it easy for users to query
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4043
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4043
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Owen O'Malley
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4043.patch, hadoop-4043.sh
>
>
> Currently, for users to find the value of the number of records out of the reduce, they must figure out the names of the relevant enums. It would be better if the enum classes were public.

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