[
https://issues.apache.org/jira/browse/MAPREDUCE-6512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966138#comment-14966138
]
Hadoop QA commented on MAPREDUCE-6512:
--------------------------------------
\\
\\
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | pre-patch | 19m 38s | Pre-patch trunk compilation is
healthy. |
| {color:green}+1{color} | @author | 0m 0s | The patch does not contain any
@author tags. |
| {color:green}+1{color} | tests included | 0m 0s | The patch appears to
include 1 new or modified test files. |
| {color:green}+1{color} | javac | 7m 55s | There were no new javac warning
messages. |
| {color:green}+1{color} | javadoc | 10m 36s | There were no new javadoc
warning messages. |
| {color:green}+1{color} | release audit | 0m 25s | The applied patch does
not increase the total number of release audit warnings. |
| {color:red}-1{color} | checkstyle | 1m 49s | The applied patch generated 1
new checkstyle issues (total was 140, now 140). |
| {color:green}+1{color} | whitespace | 0m 0s | The patch has no lines that
end in whitespace. |
| {color:green}+1{color} | install | 1m 31s | mvn install still works. |
| {color:green}+1{color} | eclipse:eclipse | 0m 34s | The patch built with
eclipse:eclipse. |
| {color:green}+1{color} | findbugs | 4m 35s | The patch does not introduce
any new Findbugs (version 3.0.0) warnings. |
| {color:red}-1{color} | common tests | 8m 16s | Tests failed in
hadoop-common. |
| {color:red}-1{color} | mapreduce tests | 1m 54s | Tests failed in
hadoop-mapreduce-client-core. |
| {color:red}-1{color} | mapreduce tests | 148m 19s | Tests failed in
hadoop-mapreduce-client-jobclient. |
| | | 206m 7s | |
\\
\\
|| Reason || Tests ||
| Failed unit tests | hadoop.fs.TestFilterFileSystem |
| | hadoop.fs.TestHarFileSystem |
| | hadoop.mapred.TestFileOutputCommitter |
| | hadoop.mapred.TestMRIntermediateDataEncryption |
| | hadoop.mapred.TestReduceFetch |
| | hadoop.mapred.join.TestDatamerge |
| | hadoop.mapred.jobcontrol.TestLocalJobControl |
| | hadoop.mapred.TestMultipleTextOutputFormat |
| | hadoop.mapred.lib.TestKeyFieldBasedComparator |
| | hadoop.conf.TestNoDefaultsJobConf |
| | hadoop.mapred.TestMRTimelineEventHandling |
| | hadoop.mapred.TestLazyOutput |
| | hadoop.mapred.TestJobCleanup |
| | hadoop.mapred.TestJobCounters |
| | hadoop.mapred.TestJobName |
| | hadoop.mapred.TestReporter |
| | hadoop.mapred.TestCollect |
| | hadoop.fs.slive.TestSlive |
| | hadoop.fs.TestDFSIO |
| | hadoop.mapred.lib.TestChainMapReduce |
| | hadoop.mapred.pipes.TestPipeApplication |
| | hadoop.mapred.TestMerge |
| | hadoop.mapred.TestUserDefinedCounters |
| | hadoop.mapred.lib.TestMultithreadedMapRunner |
| | hadoop.mapred.TestReduceFetchFromPartialMem |
| | hadoop.mapred.lib.TestMultipleOutputs |
| | hadoop.mapred.lib.aggregate.TestAggregates |
| | hadoop.mapred.TestClusterMapReduceTestCase |
| | hadoop.mapred.TestMRCJCFileOutputCommitter |
| | hadoop.mapred.TestFieldSelection |
| | hadoop.mapred.TestMapRed |
| | hadoop.mapred.TestClusterMRNotification |
| | hadoop.mapred.TestOldCombinerGrouping |
| | hadoop.mapred.TestTaskCommit |
| | hadoop.mapred.TestJavaSerialization |
| | hadoop.mapred.TestNetworkedJob |
| | hadoop.mapred.TestLineRecordReaderJobs |
| | hadoop.mapred.TestLocalMRNotification |
| | hadoop.fs.TestFileSystem |
| | hadoop.mapred.TestSpecialCharactersInOutputPath |
| | hadoop.mapred.TestMiniMRChildTask |
| Timed out tests | org.apache.hadoop.mapreduce.TestLargeSort |
| | org.apache.hadoop.mapred.TestJobSysDirWithDFS |
| | org.apache.hadoop.mapred.TestMiniMRClasspath |
| | org.apache.hadoop.mapred.TestMiniMRWithDFSWithDistinctUsers |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL |
http://issues.apache.org/jira/secure/attachment/12767680/MAPREDUCE-6512.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 6c8b6f3 |
| checkstyle |
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/6073/artifact/patchprocess/diffcheckstylehadoop-common.txt
|
| hadoop-common test log |
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/6073/artifact/patchprocess/testrun_hadoop-common.txt
|
| hadoop-mapreduce-client-core test log |
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/6073/artifact/patchprocess/testrun_hadoop-mapreduce-client-core.txt
|
| hadoop-mapreduce-client-jobclient test log |
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/6073/artifact/patchprocess/testrun_hadoop-mapreduce-client-jobclient.txt
|
| Test Results |
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/6073/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf906.gq1.ygridcore.net 3.13.0-36-lowlatency #63-Ubuntu SMP
PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| Console output |
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/6073/console |
This message was automatically generated.
> FileOutputCommitter tasks unconditionally create parent directories
> -------------------------------------------------------------------
>
> Key: MAPREDUCE-6512
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6512
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Reporter: Chang Li
> Assignee: Chang Li
> Attachments: MAPREDUCE-6512.patch, MAPREDUCE-6512.patch
>
>
> If the output directory is deleted then subsequent tasks should fail. Instead
> they blindly create the missing parent directories, leading the job to be
> "succesful" despite potentially missing almost all of the output. Task
> attempts should fail if the parent app attempt directory is missing when they
> go to create their task attempt directory.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)