Guest User

Spark Exception log trace

a guest
Aug 19th, 2015
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. 15/08/19 09:00:00 INFO yarn.Client: Application report for application_1437639737006_8396 (state: ACCEPTED)
  2. 15/08/19 09:00:01 INFO yarn.Client: Application report for application_1437639737006_8396 (state: ACCEPTED)
  3. ....
  4. ....
  5. ....
  6.  
  7. 15/08/19 09:03:40 INFO yarn.Client: Application report for application_1437639737006_8396 (state: ACCEPTED)
  8. 15/08/19 09:03:41 INFO yarn.Client: Application report for application_1437639737006_8396 (state: ACCEPTED)
  9. 15/08/19 09:03:42 INFO yarn.Client: Application report for application_1437639737006_8396 (state: ACCEPTED)
  10. 15/08/19 09:03:43 INFO yarn.Client: Application report for application_1437639737006_8396 (state: ACCEPTED)
  11. 15/08/19 09:03:44 INFO yarn.Client: Application report for application_1437639737006_8396 (state: ACCEPTED)
  12. 15/08/19 09:03:45 INFO yarn.Client: Application report for application_1437639737006_8396 (state: FAILED)
  13. 15/08/19 09:03:45 INFO yarn.Client:
  14. client token: N/A
  15. diagnostics: Application application_1437639737006_8396 failed 2 times due to AM Container for appattempt_1437639737006_8396_000002 exited with exitCode: 13 due to: Exception from container-launch.
  16. Container id: container_1437639737006_8396_02_000001
  17. Exit code: 13
  18. Stack trace: ExitCodeException exitCode=13:
  19. at org.apache.hadoop.util.Shell.runCommand(Shell.java:538)
  20. at org.apache.hadoop.util.Shell.run(Shell.java:455)
  21. at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:702)
  22. at org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor.launchContainer(DefaultContainerExecutor.java:197)
  23. at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:299)
  24. at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:81)
  25. at java.util.concurrent.FutureTask.run(FutureTask.java:262)
  26. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  27. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  28. at java.lang.Thread.run(Thread.java:745)
  29.  
  30.  
  31. Container exited with a non-zero exit code 13
  32. .Failing this attempt.. Failing the application.
  33. ApplicationMaster host: N/A
  34. ApplicationMaster RPC port: -1
  35. queue: root.hdfs
  36. start time: 1439974800662
  37. final status: FAILED
  38. tracking URL: http://hostname:port/cluster/app/application_1437639737006_8396
  39. user: hdfs
  40. Exception in thread "main" org.apache.spark.SparkException: Application application_1437639737006_8396 finished with failed status
  41. at org.apache.spark.deploy.yarn.Client.run(Client.scala:855)
  42. at org.apache.spark.deploy.yarn.Client$.main(Client.scala:881)
  43. at org.apache.spark.deploy.yarn.Client.main(Client.scala)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  47. at java.lang.reflect.Method.invoke(Method.java:606)
  48. at org.apache.spark.deploy.SparkSubmit$.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:665)
  49. at org.apache.spark.deploy.SparkSubmit$.doRunMain$1(SparkSubmit.scala:170)
  50. at org.apache.spark.deploy.SparkSubmit$.submit(SparkSubmit.scala:193)
  51. at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:112)
  52. at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)
  53. 15/08/19 09:03:45 INFO util.Utils: Shutdown hook called
  54. 15/08/19 09:03:45 INFO util.Utils: Deleting directory /tmp/spark-82a2caa5-05bc-46ce-b582-f8bcc0a789d5
Advertisement
Add Comment
Please, Sign In to add comment