zoukankan      html  css  js  c++  java
  • spark Application report for application_1498032012194_0036 (state: FAILED)

    spark yarn集群模式提交遇到的问题

    一直请求资源最后失败,后台日志会出现路径不存在等

    17/06/22 16:16:49 INFO yarn.Client: Application report for application_1498032012194_0036 (state: ACCEPTED)
    17/06/22 16:16:50 INFO yarn.Client: Application report for application_1498032012194_0036 (state: ACCEPTED)
    17/06/22 16:16:51 INFO yarn.Client: Application report for application_1498032012194_0036 (state: ACCEPTED)
    17/06/22 16:16:52 INFO yarn.Client: Application report for application_1498032012194_0036 (state: ACCEPTED)
    17/06/22 16:16:53 INFO yarn.Client: Application report for application_1498032012194_0036 (state: FAILED)
    17/06/22 16:16:53 INFO yarn.Client:
    client token: N/A
    diagnostics: Application application_1498032012194_0036 failed 2 times due to AM Container for appattempt_1498032012194_0036_000002 exited with exitCode: 10
    For more detailed output, check application tracking page:http://ysbd-h04:8088/cluster/app/application_1498032012194_0036Then, click on links to logs of each attempt.
    Diagnostics: Exception from container-launch.
    Container id: container_e42_1498032012194_0036_02_000001
    Exit code: 10
    Stack trace: ExitCodeException exitCode=10:
    at org.apache.hadoop.util.Shell.runCommand(Shell.java:582)
    at org.apache.hadoop.util.Shell.run(Shell.java:479)
    at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:773)
    at org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor.launchContainer(DefaultContainerExecutor.java:212)
    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)

    解决》》》

    注销spark对master的设置

  • 相关阅读:
    优化后的组合算法
    Android之——AsyncTask和Handler对照
    LeetCode(30) Substring with Concatenation of All Words
    HDU--1054--Strategic Game【最小点覆盖】
    最小生成树模板(poj3625)
    QT中使用高速排序
    走进APICloud的世界 (1)
    layer,一个可以让你想到即可做到的javascript弹窗(层)解决方案
    解决Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future:
    移动端H5的一些基本知识点总结
  • 原文地址:https://www.cnblogs.com/xiaoma0529/p/7066567.html
Copyright © 2011-2022 走看看