Guest User

Untitled

a guest
Feb 17th, 2016
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. STAGE DEPENDENCIES:
  2. Stage-4 is a root stage
  3. Stage-3 depends on stages: Stage-4
  4. Stage-0 depends on stages: Stage-3
  5.  
  6. STAGE PLANS:
  7. Stage: Stage-4
  8. Map Reduce Local Work
  9. Alias -> Map Local Tables:
  10. b
  11. Fetch Operator
  12. limit: -1
  13. Alias -> Map Local Operator Tree:
  14. b
  15. TableScan
  16. alias: b
  17. Statistics: Num rows: 244733 Data size: 14341046 Basic stats: COMPLETE Column stats: NONE
  18. Filter Operator
  19. predicate: key is not null (type: boolean)
  20. Statistics: Num rows: 122367 Data size: 7170552 Basic stats: COMPLETE Column stats: NONE
  21. HashTable Sink Operator
  22. condition expressions:
  23. 0 {value1} {value2} {key}
  24. 1 {key} {value}
  25. keys:
  26. 0 key (type: int)
  27. 1 key (type: int)
  28.  
  29. Stage: Stage-3
  30. Map Reduce
  31. Map Operator Tree:
  32. TableScan
  33. alias: cd
  34. Statistics: Num rows: 2193447 Data size: 81699101 Basic stats: COMPLETE Column stats: NONE
  35. Filter Operator
  36. predicate: key is not null (type: boolean)
  37. Statistics: Num rows: 1096724 Data size: 40849569 Basic stats: COMPLETE Column stats: NONE
  38. Map Join Operator
  39. condition map:
  40. Inner Join 0 to 1
  41. condition expressions:
  42. 0 {value1} {value2} {key}
  43. 1 {key} {value}
  44. keys:
  45. 0 key (type: int)
  46. 1 key (type: int)
  47. outputColumnNames: _col0, _col1, _col4
  48. Statistics: Num rows: 1206396 Data size: 44934526 Basic stats: COMPLETE Column stats: NONE
  49. Filter Operator
  50. predicate: _col2 BETWEEN _col15 AND _col16 (type: boolean)
  51. Statistics: Num rows: 603198 Data size: 22467263 Basic stats: COMPLETE Column stats: NONE
  52. Select Operator
  53. expressions: _col0 (type: int), _col1 (type: int), _col4 (type: int)
  54. outputColumnNames: _col0, _col1, _col4
  55. Statistics: Num rows: 603198 Data size: 22467263 Basic stats: COMPLETE Column stats: NONE
  56. File Output Operator
  57. compressed: true
  58. Statistics: Num rows: 603198 Data size: 22467263 Basic stats: COMPLETE Column stats: NONE
  59. table:
  60. input format: org.apache.hadoop.mapred.TextInputFormat
  61. output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
  62. serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
  63. Local Work:
  64. Map Reduce Local Work
  65.  
  66. Stage: Stage-0
  67. Fetch Operator
  68. limit: -1
  69. Processor Tree:
  70. ListSink
Advertisement
Add Comment
Please, Sign In to add comment