You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pirk.apache.org by "Ellison Anne Williams (JIRA)" <ji...@apache.org> on 2016/07/24 13:16:20 UTC

[jira] [Resolved] (PIRK-26) Make Enum MRStats a top level class

     [ https://issues.apache.org/jira/browse/PIRK-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ellison Anne Williams resolved PIRK-26.
---------------------------------------
    Resolution: Implemented

> Make Enum MRStats a top level class
> -----------------------------------
>
>                 Key: PIRK-26
>                 URL: https://issues.apache.org/jira/browse/PIRK-26
>             Project: PIRK
>          Issue Type: Bug
>            Reporter: Suneel Marthi
>            Assignee: Suneel Marthi
>
> MRStats is presently defined as 
> {Code}
> public class MRStats
> {
>   public enum Stats
>   {
>     NUM_RECORDS_INIT_MAPPER, NUM_RECORDS_PROCESSED_INIT_MAPPER, NUM_HASHES_REDUCER, NUM_COLUMNS
>   }
> }
> {Code}
> Modify to make the Enum a type level class



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)