[
https://issues.apache.org/jira/browse/PIRK-26?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15390950#comment-15390950
]
ASF GitHub Bot commented on PIRK-26:
------------------------------------
GitHub user smarthi opened a pull request:
https://github.com/apache/incubator-pirk/pull/24
PIRK-26: Make Enum MRStats a top level class
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/smarthi/incubator-pirk sundry
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-pirk/pull/24.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #24
----
commit 9119ccf77e9bbb699a3dd86788bcb0970bdf8c35
Author: smarthi <[email protected]>
Date: 2016-07-24T05:42:55Z
PIRK-26: Make Enum MRStats a top level class
----
> 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)