You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2015/05/02 06:37:13 UTC

[jira] [Commented] (MAPREDUCE-4957) Throw FileNotFoundException when running in single node and "mapreduce.framework.name" is local

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

Hadoop QA commented on MAPREDUCE-4957:
--------------------------------------

\\
\\
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:red}-1{color} | patch |   0m  0s | The patch command could not apply the patch during dryrun. |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL | http://issues.apache.org/jira/secure/attachment/12566460/MAPREDUCE-4957.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / f1a152c |
| Console output | https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5541/console |


This message was automatically generated.

> Throw FileNotFoundException when running in single node and "mapreduce.framework.name" is local
> -----------------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-4957
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4957
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Yi Liu
>            Assignee: Yi Liu
>            Priority: Minor
>         Attachments: MAPREDUCE-4957.patch, MAPREDUCE-4957.patch
>
>
> Run in single node and "mapreduce.framework.name" is local, and get following error:
> java.io.FileNotFoundException: File does not exist: /root/proj/hive-trunk/build/dist/lib/hive-builtins-0.11.0-SNAPSHOT.jar 
>         at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:772) 
>         at org.apache.hadoop.mapreduce.filecache.ClientDistributedCacheManager.getFileStatus(ClientDistributedCacheManager.java:208) 
>         at org.apache.hadoop.mapreduce.filecache.ClientDistributedCacheManager.determineTimestamps(ClientDistributedCacheManager.java:71) 
>         at org.apache.hadoop.mapreduce.JobSubmitter.copyAndConfigureFiles(JobSubmitter.java:254) 
>         at org.apache.hadoop.mapreduce.JobSubmitter.copyAndConfigureFiles(JobSubmitter.java:292) 
>         at org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:365) 
>         at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1218) 
>         at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1215) 
>         at java.security.AccessController.doPrivileged(Native Method) 
>         at javax.security.auth.Subject.doAs(Subject.java:396) 
>         at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1450) 
>         at org.apache.hadoop.mapreduce.Job.submit(Job.java:1215) 
>         at org.apache.hadoop.mapred.JobClient$1.run(JobClient.java:617) 
>         at org.apache.hadoop.mapred.JobClient$1.run(JobClient.java:612) 
>         at java.security.AccessController.doPrivileged(Native Method) 
>         at javax.security.auth.Subject.doAs(Subject.java:396) 
>         at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1450) 
>         at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:612) 
>         at org.apache.hadoop.hive.ql.exec.ExecDriver.execute(ExecDriver.java:446) 
>         at org.apache.hadoop.hive.ql.exec.ExecDriver.main(ExecDriver.java:683) 
>         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:212) 
> Job Submission failed with exception 'java.io.FileNotFoundException(File does not exist: /root/proj/hive-trunk/build/dist/lib/hive-builtins-0.11.0-SNAPSHOT.jar)'



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)