[ https://issues.apache.org/jira/browse/HADOOP-8089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Suresh Srinivas resolved HADOOP-8089. ------------------------------------- Resolution: Not A Problem This issue is related to submitting a job to a hadoop cluster from a client submitting a job on windows machine. I have verified that the above work arounds solves the issue. Since there are other issue related to RawLocalFileSystem setpermission issues on windows, I am going to resolve this jira. > cannot submit job from Eclipse plugin running on Windows > -------------------------------------------------------- > > Key: HADOOP-8089 > URL: https://issues.apache.org/jira/browse/HADOOP-8089 > Project: Hadoop Common > Issue Type: Bug > Components: contrib/eclipse-plugin > Affects Versions: 1.0.0 > Environment: Windows XP > Reporter: Weili Shao > > Built eclipse plugin for 1.0.0 on Windows and using it to submit a job, I got > the following error: > 12/02/17 17:14:24 ERROR security.UserGroupInformation: > PriviledgedActionException as:weilis cause:java.io.IOException: Failed to set > permissions of path: > \tmp\hadoop-weilis\mapred\staging\weilis753422487\.staging to 0700 > Exception in thread "main" java.io.IOException: Failed to set permissions of > path: \tmp\hadoop-weilis\mapred\staging\weilis753422487\.staging to 0700 > at org.apache.hadoop.fs.FileUtil.checkReturnValue(FileUtil.java:682) > at org.apache.hadoop.fs.FileUtil.setPermission(FileUtil.java:655) > at > org.apache.hadoop.fs.RawLocalFileSystem.setPermission(RawLocalFileSystem.java:509) > at > org.apache.hadoop.fs.RawLocalFileSystem.mkdirs(RawLocalFileSystem.java:344) > at > org.apache.hadoop.fs.FilterFileSystem.mkdirs(FilterFileSystem.java:189) > at > org.apache.hadoop.mapreduce.JobSubmissionFiles.getStagingDir(JobSubmissionFiles.java:116) > at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:856) > at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:850) > 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:1083) > at > org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:850) > at org.apache.hadoop.mapreduce.Job.submit(Job.java:465) > at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:495) > The job staging area local on Windows system and I don't think there is a way > to set a local file's permission to 0700 anyway. Please have a look. -- 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