hadoop mapreduce与CreateSynamicLink一起失败

sigwle7e  于 2021-05-29  发布在  Hadoop
关注(0)|答案(0)|浏览(244)

团队,
请注意,我正在运行hadoop mapreduce示例(版本2.7.1)。它失败了,错误如下。

Exit code: 1
Exception message: CreateSymbolicLink error (1314): A required privilege is not held by the client.
Stack trace: ExitCodeException exitCode=1: CreateSymbolicLink error (1314): A required privilege is not held by the client.
        at org.apache.hadoop.util.Shell.runCommand(Shell.java:545)
        at org.apache.hadoop.util.Shell.run(Shell.java:456)
        at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:722)
        at org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor.launchContainer(DefaultContainerExecutor.java:211)
        at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:302)
        at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:82)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
Shell output:         1 file(s) moved.
Container exited with a non-zero exit code 1
Failing this attempt. Failing the application.

我在谷歌上搜索过。似乎是权限问题。
我的假设是mapreduce正在访问某个受限路径/位置。有没有什么方法可以让我更改访问位置?
因为我没有管理员许可。。
注意:我正在windows中运行。。。。
非常感谢您的建议。。。

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题