Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. 2016-10-25 15:47:15,532 INFO [main] mapreduce.Job: Running job: job_1476894918073_0029
  2. 2016-10-25 15:47:23,699 INFO [main] mapreduce.Job: Job job_1476894918073_0029 running in uber mode : false
  3. 2016-10-25 15:47:23,702 INFO [main] mapreduce.Job: map 0% reduce 0%
  4. 2016-10-25 15:47:34,888 INFO [main] mapreduce.Job: map 19% reduce 0%
  5.  
  6. 2016-10-25 14:58:07,794 INFO [main] mapreduce.Job: map 0% reduce 0%
  7. 2016-10-25 14:58:11,888 INFO [main] mapreduce.Job: Task Id : attempt_1469517270026_20969_m_000000_0, Status : FAILED
  8. Error: java.io.IOException: Cannot create a record reader because of a previous error. Please look at the previous logs lines from the task's full log for more details.
  9. at org.apache.hadoop.hbase.mapreduce.TableInputFormatBase.createRecordReader(TableInputFormatBase.java:174)
  10. at org.apache.hadoop.mapred.MapTask$NewTrackingRecordReader.<init>(MapTask.java:515)
  11. at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:758)
  12. at org.apache.hadoop.mapred.MapTask.run(MapTask.java:341)
  13. at org.apache.hadoop.mapred.YarnChild$2.run(YarnChild.java:164)
  14. at java.security.AccessController.doPrivileged(Native Method)
  15. at javax.security.auth.Subject.doAs(Subject.java:422)
  16. at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1657)
  17. at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:158)
  18. Caused by: java.lang.IllegalStateException: The input format instance has not been properly initialized. Ensure you call initializeTable either in your constructor or initialize method
  19. at org.apache.hadoop.hbase.mapreduce.TableInputFormatBase.getTable(TableInputFormatBase.java:585)
  20. at org.apache.hadoop.hbase.mapreduce.TableInputFormatBase.createRecordReader(TableInputFormatBase.java:169)
  21.  
  22. java.io.IOException: Cannot create a record reader because of a previous error.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement