Advertisement
Guest User

Untitled

a guest
Aug 13th, 2015
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.49 KB | None | 0 0
  1. log4j:WARN No appenders could be found for logger (org.apache.hadoop.util.Shell).
  2. log4j:WARN Please initialize the log4j system properly.
  3. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
  4. Using Spark's default log4j profile: org/apache/spark/log4j-defaults.properties
  5. 15/08/12 13:24:49 INFO Client: Requesting a new application from cluster with 3 NodeManagers
  6. 15/08/12 13:24:49 INFO Client: Verifying our application has not requested more than the maximum memory capability of the cluster (8192 MB per container)
  7. 15/08/12 13:24:49 INFO Client: Will allocate AM container, with 896 MB memory including 384 MB overhead
  8. 15/08/12 13:24:49 INFO Client: Setting up container launch context for our AM
  9. 15/08/12 13:24:49 INFO Client: Preparing resources for our AM container
  10. 15/08/12 13:24:49 INFO Client: Source and destination file systems are the same. Not copying file:/home/hdfs/spark-1.4.1/assembly/target/scala-2.10/spark-assembly-1.4.1-hadoop2.5.0-cdh5.3.5.jar
  11. 15/08/12 13:24:49 INFO Client: Source and destination file systems are the same. Not copying file:/home/hdfs/spark-1.4.1/external/kafka-assembly/target/spark-streaming-kafka-assembly_2.10-1.4.1.jar
  12. 15/08/12 13:24:49 INFO Client: Source and destination file systems are the same. Not copying file:/home/hdfs/spark-1.4.1/python/lib/pyspark.zip
  13. 15/08/12 13:24:49 INFO Client: Source and destination file systems are the same. Not copying file:/home/hdfs/spark-1.4.1/python/lib/py4j-0.8.2.1-src.zip
  14. 15/08/12 13:24:49 INFO Client: Source and destination file systems are the same. Not copying file:/home/hdfs/spark-1.4.1/examples/src/main/python/streaming/kyt.py
  15. 15/08/12 13:24:49 INFO Client: Setting up the launch environment for our AM container
  16. 15/08/12 13:24:49 INFO SecurityManager: Changing view acls to: hdfs
  17. 15/08/12 13:24:49 INFO SecurityManager: Changing modify acls to: hdfs
  18. 15/08/12 13:24:49 INFO SecurityManager: SecurityManager: authentication disabled; ui acls disabled; users with view permissions: Set(hdfs); users with modify permissions: Set(hdfs)
  19. 15/08/12 13:24:49 INFO Client: Submitting application 3808 to ResourceManager
  20. 15/08/12 13:24:49 INFO YarnClientImpl: Submitted application application_1437639737006_3808
  21. 15/08/12 13:24:50 INFO Client: Application report for application_1437639737006_3808 (state: ACCEPTED)
  22. 15/08/12 13:24:50 INFO Client:
  23. client token: N/A
  24. diagnostics: N/A
  25. ApplicationMaster host: N/A
  26. ApplicationMaster RPC port: -1
  27. queue: root.hdfs
  28. start time: 1439385889600
  29. final status: UNDEFINED
  30. tracking URL: http://hostname:port/proxy/application_1437639737006_3808/
  31. user: hdfs
  32. 15/08/12 13:24:51 INFO Client: Application report for application_1437639737006_3808 (state: ACCEPTED)
  33. 15/08/12 13:24:52 INFO Client: Application report for application_1437639737006_3808 (state: ACCEPTED)
  34. 15/08/12 13:24:53 INFO Client: Application report for application_1437639737006_3808 (state: ACCEPTED)
  35. 15/08/12 13:24:54 INFO Client: Application report for application_1437639737006_3808 (state: ACCEPTED)
  36. 15/08/12 13:24:55 INFO Client: Application report for application_1437639737006_3808 (state: ACCEPTED)
  37. 15/08/12 13:24:56 INFO Client: Application report for application_1437639737006_3808 (state: ACCEPTED)
  38. 15/08/12 13:24:57 INFO Client: Application report for application_1437639737006_3808 (state: ACCEPTED)
  39. 15/08/12 13:24:58 INFO Client: Application report for application_1437639737006_3808 (state: ACCEPTED)
  40. 15/08/12 13:24:59 INFO Client: Application report for application_1437639737006_3808 (state: ACCEPTED)
  41. 15/08/12 13:25:00 INFO Client: Application report for application_1437639737006_3808 (state: ACCEPTED)
  42. 15/08/12 13:25:01 INFO Client: Application report for application_1437639737006_3808 (state: ACCEPTED)
  43. 15/08/12 13:25:02 INFO Client: Application report for application_1437639737006_3808 (state: ACCEPTED)
  44. 15/08/12 13:25:03 INFO Client: Application report for application_1437639737006_3808 (state: FAILED)
  45. 15/08/12 13:25:03 INFO Client:
  46. client token: N/A
  47. diagnostics: Application application_1437639737006_3808 failed 2 times due to AM Container for appattempt_1437639737006_3808_000002 exited with exitCode: -1000 due to: File file:/home/hdfs/spark-1.4.1/python/lib/pyspark.zip does not exist
  48. .Failing this attempt.. Failing the application.
  49. ApplicationMaster host: N/A
  50. ApplicationMaster RPC port: -1
  51. queue: root.hdfs
  52. start time: 1439385889600
  53. final status: FAILED
  54. tracking URL: http://hostname:port/cluster/app/application_1437639737006_3808
  55. user: hdfs
  56. Exception in thread "main" org.apache.spark.SparkException: Application application_1437639737006_3808 finished with failed status
  57. at org.apache.spark.deploy.yarn.Client.run(Client.scala:855)
  58. at org.apache.spark.deploy.yarn.Client$.main(Client.scala:881)
  59. at org.apache.spark.deploy.yarn.Client.main(Client.scala)
  60. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  61. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  62. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  63. at java.lang.reflect.Method.invoke(Method.java:606)
  64. at org.apache.spark.deploy.SparkSubmit$.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:665)
  65. at org.apache.spark.deploy.SparkSubmit$.doRunMain$1(SparkSubmit.scala:170)
  66. at org.apache.spark.deploy.SparkSubmit$.submit(SparkSubmit.scala:193)
  67. at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:112)
  68. at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement