Cheolsoo Park created PIG-3812:
----------------------------------
Summary: Several clean-ups in PigStats and JobStats
Key: PIG-3812
URL: https://issues.apache.org/jira/browse/PIG-3812
Project: Pig
Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Cheolsoo Park
Assignee: Cheolsoo Park
Fix For: 0.13.0
While implementing counter support in Pig-on-Tez (PIG-3603), I made several
changes to PigStats and JobStats classes. To avoid breaking backward
compatibility between 0.13 and 0.13+, I'd like to commit this patch into trunk
prior to 0.13 release.
The changes include-
# Move getHdfsBytes\[Read|Written\]() from MRPigStatsUtil to PigStatsUtil since
these are not MR specific.
# Move \[MAP|REDUCE\]_\[IN|OUT\]PUT_RECORDS from MRPigStatsUtil to PigStatsUtil
since Tez MRInput and MROutput also use them.
# Fix a typo in JobStats#getAvgREduceTime(): REduce -> Reduce.
# Fix white spaces.
--
This message was sent by Atlassian JIRA
(v6.2#6252)