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 "yi (JIRA)" <ji...@apache.org> on 2013/01/24 03:19:13 UTC

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

yi created MAPREDUCE-4957:
-----------------------------

             Summary: 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
            Assignee: yi
            Priority: Minor


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira