Description
When the hadoop core version dependency is changed, TestEmptyInputDir almost always fails as coded. The issue is that it assumes all hadoop versions have MAPREDUCE-3606 fixed except two. It is more resilient to check families of releases for the fix than to check the release number directly. Right now, it is safer to assume the bug is present unless the release is one of those with the fix than it is to assume all releases have the fix except for two.
Attachments
Attachments
Activity
John Gordon
created issue -
John Gordon
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | PIG-3024.branch-0.10.1.patch [ 12551991 ] |
John Gordon
made changes -
Fix Version/s | 0.10.1 [ 12320547 ] | |
Status | Open [ 1 ] | Patch Available [ 10002 ] |
Daniel Dai
made changes -
Parent |
|
|
Issue Type | Bug [ 1 ] | Sub-task [ 7 ] |
Daniel Dai
made changes -
Fix Version/s | 0.11 [ 12318878 ] | |
Fix Version/s | 0.10.1 [ 12320547 ] |
William W. Graham Jr
made changes -
Fix Version/s | 0.12 [ 12323380 ] | |
Fix Version/s | 0.11 [ 12318878 ] |
Daniel Dai
made changes -
Resolution | Won't Fix [ 2 ] | |
Status | Patch Available [ 10002 ] | Resolved [ 5 ] |
Patch to increase flexibility to hadoop version