[ https://issues.apache.org/jira/browse/MAPREDUCE-5978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14069810#comment-14069810 ]
Todd Lipcon commented on MAPREDUCE-5978: ---------------------------------------- Got it. We typically don't allow failing tests in Hadoop - though they act as a placeholder, they will fail for anyone running the build. Let's remove them for now and file a lower priority JIRA to later implement bzip support if we need it. However, I've never seen anyone use bzip for intermediate compression - it's just too CPU intensive to be useful. I would prefer to keep the code small and only support a small number of intermediate codecs (eg just lz4 and gzip) since I think that covers 99% of the real world use cases. > native-task CompressTest failure on Ubuntu > ------------------------------------------ > > Key: MAPREDUCE-5978 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-5978 > Project: Hadoop Map/Reduce > Issue Type: Sub-task > Components: task > Reporter: Todd Lipcon > > The MR-2841 branch fails the following unit tests on my box: > CompressTest.testBzip2Compress:84 file compare result: if they are the same > ,then return true expected:<true> but was:<false> > CompressTest.testDefaultCompress:116 file compare result: if they are the > same ,then return true expected:<true> but was:<false> > We need to fix these before merging. -- This message was sent by Atlassian JIRA (v6.2#6252)