Suneel Marthi created PIRK-26:
---------------------------------
Summary: Make Enum MRStats a top level clas
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)