arunk786

gridmix_2 error

Feb 12th, 2012
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.94 KB | None | 0 0
  1. hduser@arun-Presario-C500-RU914PA-ACJ:/usr/local/hadoop/src/benchmarks/gridmix2$ ./rungridmix_2
  2. total 10 jobs
  3. Jobs in waiting state: 10
  4. Jobs in ready state: 0
  5. Jobs in running state: 0
  6. Jobs in success state: 0
  7. Jobs in failed state: 0
  8.  
  9.  
  10. 12/02/12 12:21:07 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same.
  11. 12/02/12 12:21:07 INFO mapred.JobClient: Cleaning up the staging area hdfs://localhost:54310/app/hadoop/tmp/mapred/staging/hduser/.staging/job_201202121220_0001
  12. 12/02/12 12:21:07 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same.
  13. 12/02/12 12:21:08 INFO mapred.JobClient: Cleaning up the staging area hdfs://localhost:54310/app/hadoop/tmp/mapred/staging/hduser/.staging/job_201202121220_0002
  14. 12/02/12 12:21:08 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same.
  15. 12/02/12 12:21:08 INFO mapred.JobClient: Cleaning up the staging area hdfs://localhost:54310/app/hadoop/tmp/mapred/staging/hduser/.staging/job_201202121220_0003
  16. 12/02/12 12:21:08 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same.
  17. 12/02/12 12:21:08 INFO mapred.JobClient: Cleaning up the staging area hdfs://localhost:54310/app/hadoop/tmp/mapred/staging/hduser/.staging/job_201202121220_0004
  18. 12/02/12 12:21:08 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same.
  19. 12/02/12 12:21:08 INFO mapred.JobClient: Cleaning up the staging area hdfs://localhost:54310/app/hadoop/tmp/mapred/staging/hduser/.staging/job_201202121220_0005
  20. 12/02/12 12:21:08 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same.
  21. 12/02/12 12:21:08 INFO mapred.JobClient: Cleaning up the staging area hdfs://localhost:54310/app/hadoop/tmp/mapred/staging/hduser/.staging/job_201202121220_0006
  22. 12/02/12 12:21:08 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same.
  23. 12/02/12 12:21:08 INFO mapred.JobClient: Cleaning up the staging area hdfs://localhost:54310/app/hadoop/tmp/mapred/staging/hduser/.staging/job_201202121220_0007
  24. 12/02/12 12:21:08 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same.
  25. 12/02/12 12:21:08 INFO mapred.JobClient: Cleaning up the staging area hdfs://localhost:54310/app/hadoop/tmp/mapred/staging/hduser/.staging/job_201202121220_0008
  26. 12/02/12 12:21:08 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same.
  27. 12/02/12 12:21:08 INFO mapred.JobClient: Cleaning up the staging area hdfs://localhost:54310/app/hadoop/tmp/mapred/staging/hduser/.staging/job_201202121220_0009
  28. 12/02/12 12:21:08 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same.
  29. 12/02/12 12:21:08 INFO mapred.JobClient: Cleaning up the staging area hdfs://localhost:54310/app/hadoop/tmp/mapred/staging/hduser/.staging/job_201202121220_0010
  30. -------------------------------
  31. 10 jobs failed
  32. Exception in thread "main" java.lang.NullPointerException
  33.     at org.apache.hadoop.mapred.GridMixRunner.getStatForJob(Unknown Source)
  34.     at org.apache.hadoop.mapred.GridMixRunner.printStatsForJobs(Unknown Source)
  35.     at org.apache.hadoop.mapred.GridMixRunner.run(Unknown Source)
  36.     at org.apache.hadoop.mapred.GridMixRunner.main(Unknown Source)
  37.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  38.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  39.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  40.     at java.lang.reflect.Method.invoke(Method.java:597)
  41.     at org.apache.hadoop.util.RunJar.main(RunJar.java:156)
Advertisement
Add Comment
Please, Sign In to add comment