<small id='YZ6UW'></small><noframes id='YZ6UW'>

      <bdo id='YZ6UW'></bdo><ul id='YZ6UW'></ul>
    <i id='YZ6UW'><tr id='YZ6UW'><dt id='YZ6UW'><q id='YZ6UW'><span id='YZ6UW'><b id='YZ6UW'><form id='YZ6UW'><ins id='YZ6UW'></ins><ul id='YZ6UW'></ul><sub id='YZ6UW'></sub></form><legend id='YZ6UW'></legend><bdo id='YZ6UW'><pre id='YZ6UW'><center id='YZ6UW'></center></pre></bdo></b><th id='YZ6UW'></th></span></q></dt></tr></i><div id='YZ6UW'><tfoot id='YZ6UW'></tfoot><dl id='YZ6UW'><fieldset id='YZ6UW'></fieldset></dl></div>

    1. <tfoot id='YZ6UW'></tfoot><legend id='YZ6UW'><style id='YZ6UW'><dir id='YZ6UW'><q id='YZ6UW'></q></dir></style></legend>
      1. HDFS 写入导致"CreateSymbolicLink 错误 (1314):客户端

        时间:2023-09-27
        <tfoot id='NgC9A'></tfoot>
            <legend id='NgC9A'><style id='NgC9A'><dir id='NgC9A'><q id='NgC9A'></q></dir></style></legend>

              <bdo id='NgC9A'></bdo><ul id='NgC9A'></ul>
            • <small id='NgC9A'></small><noframes id='NgC9A'>

              <i id='NgC9A'><tr id='NgC9A'><dt id='NgC9A'><q id='NgC9A'><span id='NgC9A'><b id='NgC9A'><form id='NgC9A'><ins id='NgC9A'></ins><ul id='NgC9A'></ul><sub id='NgC9A'></sub></form><legend id='NgC9A'></legend><bdo id='NgC9A'><pre id='NgC9A'><center id='NgC9A'></center></pre></bdo></b><th id='NgC9A'></th></span></q></dt></tr></i><div id='NgC9A'><tfoot id='NgC9A'></tfoot><dl id='NgC9A'><fieldset id='NgC9A'></fieldset></dl></div>
                  <tbody id='NgC9A'></tbody>

                  本文介绍了HDFS 写入导致"CreateSymbolicLink 错误 (1314):客户端未持有所需的权限."的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  尝试从 Apache Hadoop.运行 map reduce 作业时出现以下异常.试过 hdfs dfs -chmod 777/ 但这并没有解决问题.

                  Tried to execute sample map reduce program from Apache Hadoop. Got exception below when map reduce job was running. Tried hdfs dfs -chmod 777 / but that didn't fix the issue.

                  15/03/10 13:13:10 WARN mapreduce.JobSubmitter: Hadoop command-line option parsing not performed. Implement the Tool interface and execute your application with
                  ToolRunner to remedy this.
                  15/03/10 13:13:10 WARN mapreduce.JobSubmitter: No job jar file set.  User classes may not be found. See Job or Job#setJar(String).
                  15/03/10 13:13:10 INFO input.FileInputFormat: Total input paths to process : 2
                  15/03/10 13:13:11 INFO mapreduce.JobSubmitter: number of splits:2
                  15/03/10 13:13:11 INFO mapreduce.JobSubmitter: Submitting tokens for job: job_1425973278169_0001
                  15/03/10 13:13:12 INFO mapred.YARNRunner: Job jar is not present. Not adding any jar to the list of resources.
                  15/03/10 13:13:12 INFO impl.YarnClientImpl: Submitted application application_1425973278169_0001
                  15/03/10 13:13:12 INFO mapreduce.Job: The url to track the job: http://B2ML10803:8088/proxy/application_1425973278169_0001/
                  15/03/10 13:13:12 INFO mapreduce.Job: Running job: job_1425973278169_0001
                  15/03/10 13:13:18 INFO mapreduce.Job: Job job_1425973278169_0001 running in uber mode : false
                  15/03/10 13:13:18 INFO mapreduce.Job:  map 0% reduce 0%
                  15/03/10 13:13:18 INFO mapreduce.Job: Job job_1425973278169_0001 failed with state FAILED due to: Application application_1425973278169_0001 failed 2 times due
                  to AM Container for appattempt_1425973278169_0001_000002 exited with  exitCode: 1
                  For more detailed output, check application tracking page:http://B2ML10803:8088/proxy/application_1425973278169_0001/Then, click on links to logs of each attemp
                  t.
                  Diagnostics: Exception from container-launch.
                  Container id: container_1425973278169_0001_02_000001
                  Exit code: 1
                  Exception message: CreateSymbolicLink error (1314): A required privilege is not held by the client.
                  

                  堆栈跟踪:

                  ExitCodeException exitCode=1: CreateSymbolicLink error (1314): A required privilege is not held by the client.
                  
                      at org.apache.hadoop.util.Shell.runCommand(Shell.java:538)
                      at org.apache.hadoop.util.Shell.run(Shell.java:455)
                      at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:715)
                      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:266)
                      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
                      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
                      at java.lang.Thread.run(Thread.java:745)
                  

                  外壳输出:

                  1 file(s) moved.
                  
                  Container exited with a non-zero exit code 1
                  Failing this attempt. Failing the application.
                  15/03/10 13:13:18 INFO mapreduce.Job: Counters: 0
                  

                  推荐答案

                  Win 8.1 + hadoop 2.7.0 (build from sources)

                  Win 8.1 + hadoop 2.7.0 (build from sources)

                  1. 在管理员模式下运行命令提示符

                  1. run Command Prompt in admin mode

                  执行 etchadoophadoop-env.cmd

                  execute etchadoophadoop-env.cmd

                  运行 sbinstart-dfs.cmd

                  run sbinstart-dfs.cmd

                  运行 sbinstart-yarn.cmd

                  run sbinstart-yarn.cmd

                  现在尝试运行你的工作

                  这篇关于HDFS 写入导致"CreateSymbolicLink 错误 (1314):客户端未持有所需的权限."的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:YarnException:启动容器的未经授权的请求 下一篇:在 Hadoop MapReduce 作业中链接 Multi-Reducer

                  相关文章

                  最新文章

                  <tfoot id='Wy421'></tfoot>
                  <i id='Wy421'><tr id='Wy421'><dt id='Wy421'><q id='Wy421'><span id='Wy421'><b id='Wy421'><form id='Wy421'><ins id='Wy421'></ins><ul id='Wy421'></ul><sub id='Wy421'></sub></form><legend id='Wy421'></legend><bdo id='Wy421'><pre id='Wy421'><center id='Wy421'></center></pre></bdo></b><th id='Wy421'></th></span></q></dt></tr></i><div id='Wy421'><tfoot id='Wy421'></tfoot><dl id='Wy421'><fieldset id='Wy421'></fieldset></dl></div>

                    <bdo id='Wy421'></bdo><ul id='Wy421'></ul>

                    <small id='Wy421'></small><noframes id='Wy421'>

                  1. <legend id='Wy421'><style id='Wy421'><dir id='Wy421'><q id='Wy421'></q></dir></style></legend>