[ 
https://issues.apache.org/jira/browse/HADOOP-7631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13104000#comment-13104000
 ] 

Hadoop QA commented on HADOOP-7631:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  
http://issues.apache.org/jira/secure/attachment/12494318/HADOOP-7631-trunk.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified 
tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) 
warnings.

    -1 release audit.  The applied patch generated 9 release audit warnings 
(more than the trunk's current 0 warnings).

    +1 core tests.  The patch passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/178//testReport/
Release audit warnings: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/178//artifact/trunk/patchprocess/patchReleaseAuditProblems.txt
Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/178//console

This message is automatically generated.

> In mapred-site.xml, stream.tmpdir is mapped to ${mapred.temp.dir} which is 
> undeclared.
> --------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7631
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7631
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Ramya Sunil
>            Assignee: Eric Yang
>         Attachments: HADOOP-7631-trunk.patch, HADOOP-7631.patch
>
>
> Streaming jobs seem to fail with the following exception:
> {noformat}
> Exception in thread "main" java.io.IOException: No such file or directory
>         at java.io.UnixFileSystem.createFileExclusively(Native Method)
>         at java.io.File.checkAndCreate(File.java:1704)
>         at java.io.File.createTempFile(File.java:1792)
>         at 
> org.apache.hadoop.streaming.StreamJob.packageJobJar(StreamJob.java:603)
>         at 
> org.apache.hadoop.streaming.StreamJob.setJobConf(StreamJob.java:798)
>         at org.apache.hadoop.streaming.StreamJob.run(StreamJob.java:117)
>         at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
>         at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79)
>         at 
> org.apache.hadoop.streaming.HadoopStreaming.main(HadoopStreaming.java:32)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at org.apache.hadoop.util.RunJar.main(RunJar.java:156)
> {noformat}
> Eric pointed out that in RPM based installs, in /etc/hadoop/mapred-site.xml, 
> stream.tmpdir is mapped to ${mapred.temp.dir}, but ${mapred.temp.dir} is not 
> declared

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to