[
https://issues.apache.org/jira/browse/MAPREDUCE-6472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14743704#comment-14743704
]
Hadoop QA commented on MAPREDUCE-6472:
--------------------------------------
\\
\\
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | pre-patch | 16m 16s | 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 52s | There were no new javac warning
messages. |
| {color:green}+1{color} | javadoc | 10m 4s | There were no new javadoc
warning messages. |
| {color:green}+1{color} | release audit | 0m 23s | The applied patch does
not increase the total number of release audit warnings. |
| {color:red}-1{color} | checkstyle | 0m 35s | The applied patch generated 1
new checkstyle issues (total was 28, now 28). |
| {color:red}-1{color} | whitespace | 0m 0s | The patch has 2 line(s) that
end in whitespace. Use git apply --whitespace=fix. |
| {color:green}+1{color} | install | 1m 30s | mvn install still works. |
| {color:green}+1{color} | eclipse:eclipse | 0m 34s | The patch built with
eclipse:eclipse. |
| {color:green}+1{color} | findbugs | 0m 51s | The patch does not introduce
any new Findbugs (version 3.0.0) warnings. |
| {color:red}-1{color} | mapreduce tests | 32m 30s | Tests failed in
hadoop-mapreduce-client-jobclient. |
| | | 70m 39s | |
\\
\\
|| Reason || Tests ||
| Failed unit tests | hadoop.mapred.TestMRIntermediateDataEncryption |
| | hadoop.mapred.TestReduceFetch |
| | hadoop.mapreduce.lib.output.TestJobOutputCommitter |
| | hadoop.mapred.join.TestDatamerge |
| | hadoop.mapreduce.v2.TestSpeculativeExecution |
| | hadoop.mapreduce.lib.input.TestCombineFileInputFormat |
| | hadoop.mapreduce.v2.TestMROldApiJobs |
| | hadoop.mapreduce.v2.TestMRJobsWithProfiler |
| | hadoop.mapreduce.TestMapReduceLazyOutput |
| | hadoop.mapreduce.security.TestMRCredentials |
| | hadoop.ipc.TestMRCJCSocketFactory |
| | hadoop.mapred.TestMiniMRBringup |
| | hadoop.conf.TestNoDefaultsJobConf |
| | hadoop.mapreduce.TestChild |
| | hadoop.mapred.TestMRTimelineEventHandling |
| | hadoop.mapred.TestJobCleanup |
| | hadoop.mapreduce.lib.join.TestJoinProperties |
| | hadoop.mapreduce.v2.TestMiniMRProxyUser |
| | hadoop.mapreduce.v2.TestUberAM |
| | hadoop.fs.TestDFSIO |
| | hadoop.mapreduce.v2.TestMRJobsWithHistoryService |
| | hadoop.mapreduce.v2.TestMRAppWithCombiner |
| | hadoop.mapreduce.v2.TestRMNMInfo |
| | hadoop.mapred.TestMRCJCFileInputFormat |
| | hadoop.mapreduce.v2.TestNonExistentJob |
| | hadoop.mapred.TestReduceFetchFromPartialMem |
| | hadoop.mapred.TestClusterMapReduceTestCase |
| | hadoop.mapreduce.security.TestBinaryTokenFile |
| | hadoop.mapred.TestJobSysDirWithDFS |
| | hadoop.mapred.lib.TestDelegatingInputFormat |
| | hadoop.mapred.TestMiniMRClientCluster |
| | hadoop.mapreduce.TestLargeSort |
| | hadoop.mapreduce.TestMRJobClient |
| | hadoop.mapreduce.v2.TestMRJobs |
| | hadoop.mapreduce.lib.input.TestDelegatingInputFormat |
| | hadoop.mapreduce.v2.TestMRAMWithNonNormalizedCapabilities |
| | hadoop.mapred.TestClusterMRNotification |
| | hadoop.mapreduce.lib.join.TestJoinDatamerge |
| | hadoop.mapred.TestNetworkedJob |
| | hadoop.mapreduce.security.TestJHSSecurity |
| | hadoop.fs.TestFileSystem |
| | hadoop.mapreduce.security.ssl.TestEncryptedShuffle |
| | hadoop.mapred.TestSpecialCharactersInOutputPath |
| Timed out tests | org.apache.hadoop.mapred.TestMiniMRWithDFSWithDistinctUsers
|
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL |
http://issues.apache.org/jira/secure/attachment/12755743/MAPREDUCE-6472.20150914-1.patch
|
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 6955771 |
| checkstyle |
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5987/artifact/patchprocess/diffcheckstylehadoop-mapreduce-client-jobclient.txt
|
| whitespace |
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5987/artifact/patchprocess/whitespace.txt
|
| hadoop-mapreduce-client-jobclient test log |
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5987/artifact/patchprocess/testrun_hadoop-mapreduce-client-jobclient.txt
|
| Test Results |
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5987/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/5987/console |
This message was automatically generated.
> MapReduce AM should have java.io.tmpdir=./tmp to be consistent with tasks
> -------------------------------------------------------------------------
>
> Key: MAPREDUCE-6472
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6472
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: mr-am
> Affects Versions: 2.6.0
> Reporter: Jason Lowe
> Assignee: Naganarasimha G R
> Attachments: MAPREDUCE-6472.20150914-1.patch
>
>
> MapReduceChildJVM.getVMCommand ensures that all tasks have
> -Djava.io.tmpdir=./tmp set as part of the task command-line, but this is only
> used for tasks. The AM itself does not have a corresponding java.io.tmpdir
> setting. It should also use the same tmpdir setting to avoid cases where the
> AM JVM wants to place files in /tmp by default.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)