MapReduce job hangs, waiting for AM container to be allocated

前端 未结 9 987
天涯浪人
天涯浪人 2020-12-15 07:00

I tried to run simple word count as MapReduce job. Everything works fine when run locally (all work done on Name Node). But, when I try to run it on a cluster using YARN (ad

9条回答
  •  执笔经年
    2020-12-15 07:17

    This has solved my case for this error:

    
      yarn.scheduler.capacity.maximum-am-resource-percent
      100
    
    

提交回复
热议问题