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 2014/03/27 09:53:21 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=13949046#comment-13949046 ] 

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

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12566460/MAPREDUCE-4957.patch
  against trunk revision .

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/4462//console

This message is 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.2#6252)