Map reduce job getting stuck at map 0% reduce 0%

前端 未结 5 1178
忘了有多久
忘了有多久 2021-01-13 10:18

I am running the famous wordcount example. I have a local and prod hadoop setup. The same example is working in prod, but its not working locally. Can someone tell me what s

5条回答
  •  粉色の甜心
    2021-01-13 10:28

    If this problem is coming when using Hive queries then do check if you are joining two very big tables without leveraging partitions. Not using partitions may lead to long running full table scans and hence stuck at map 0% reduce 0%.

提交回复
热议问题