Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. edora-vm (13:47) ~/exported-to-fedora-vm/test_cluster/HadoopTestCluster$ ./test-pi.sh
  2. Number of Maps = 4
  3. Samples per Map = 10000
  4. 14/10/24 13:49:28 WARN [Thread=main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
  5. Wrote input for Map #0
  6. Wrote input for Map #1
  7. Wrote input for Map #2
  8. Wrote input for Map #3
  9. Starting Job
  10. 14/10/24 13:49:31 INFO [Thread=main] client.RMProxy: Connecting to ResourceManager at localhost/127.0.0.1:8032
  11. 14/10/24 13:49:32 INFO [Thread=main] input.FileInputFormat: Total input paths to process : 4
  12. 14/10/24 13:49:33 INFO [Thread=main] mapreduce.JobSubmitter: number of splits:4
  13. 14/10/24 13:49:33 INFO [Thread=main] mapreduce.JobSubmitter: Submitting tokens for job: job_1414183736533_0001
  14. 14/10/24 13:49:34 INFO [Thread=main] impl.YarnClientImpl: Submitted application application_1414183736533_0001
  15. 14/10/24 13:49:34 INFO [Thread=main] mapreduce.Job: The url to track the job: http://localhost.localdomain:8088/proxy/application_1414183736533_0001/
  16. 14/10/24 13:49:34 INFO [Thread=main] mapreduce.Job: Running job: job_1414183736533_0001
  17. 14/10/24 13:49:37 INFO [Thread=main] mapreduce.Job: Job job_1414183736533_0001 running in uber mode : false
  18. 14/10/24 13:49:37 INFO [Thread=main] mapreduce.Job: map 0% reduce 0%
  19. 14/10/24 13:49:37 INFO [Thread=main] mapreduce.Job: Job job_1414183736533_0001 failed with state FAILED due to: Application application_1414183736533_0001 failed 2 times due to AM Container for appattempt_1414183736533_0001_000002 exited with exitCode: -1000
  20. For more detailed output, check application tracking page:http://localhost.localdomain:8088/proxy/application_1414183736533_0001/Then, click on links to logs of each attempt.
  21. Diagnostics: Failed to setup local dir /home/sseethana/exported-to-fedora-vm/test_cluster/HadoopTestCluster/target/MiniHadoopCluster/MiniHadoopCluster-localDir-nm-0_0, which was marked as good.
  22. Failing this attempt. Failing the application.
  23. 14/10/24 13:49:37 INFO [Thread=main] mapreduce.Job: Counters: 0
  24. Job Finished in 6.227 seconds
  25. java.io.FileNotFoundException: File does not exist: hdfs://localhost:9000/user/sseethana/QuasiMonteCarlo_1414183767863_219936639/out/reduce-out
  26. at org.apache.hadoop.hdfs.DistributedFileSystem$18.doCall(DistributedFileSystem.java:1122)
  27. at org.apache.hadoop.hdfs.DistributedFileSystem$18.doCall(DistributedFileSystem.java:1114)
  28. at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
  29. at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1114)
  30. at org.apache.hadoop.io.SequenceFile$Reader.<init>(SequenceFile.java:1750)
  31. at org.apache.hadoop.io.SequenceFile$Reader.<init>(SequenceFile.java:1774)
  32. at org.apache.hadoop.examples.QuasiMonteCarlo.estimatePi(QuasiMonteCarlo.java:314)
  33. at org.apache.hadoop.examples.QuasiMonteCarlo.run(QuasiMonteCarlo.java:354)
  34. at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
  35. at org.apache.hadoop.examples.QuasiMonteCarlo.main(QuasiMonteCarlo.java:363)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  39. at java.lang.reflect.Method.invoke(Method.java:606)
  40. at org.apache.hadoop.util.ProgramDriver$ProgramDescription.invoke(ProgramDriver.java:71)
  41. at org.apache.hadoop.util.ProgramDriver.run(ProgramDriver.java:144)
  42. at org.apache.hadoop.examples.ExampleDriver.main(ExampleDriver.java:74)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  45. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  46. at java.lang.reflect.Method.invoke(Method.java:606)
  47. at org.apache.hadoop.util.RunJar.run(RunJar.java:221)
  48. at org.apache.hadoop.util.RunJar.main(RunJar.java:136)
  49. fedora-vm (13:49) ~/exported-to-fedora-vm/test_cluster/HadoopTestCluster$ cat test-pi.sh
  50. source env.sh
  51. ${HADOOP_HOME}/bin/yarn jar $YARN_EXAMPLES_JAR pi 4 10000
  52. fedora-vm (14:04) ~/exported-to-fedora-vm/test_cluster/HadoopTestCluster$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement