How to increase the number of containers in nodemanager in YARN

后端 未结 2 1581
长情又很酷
长情又很酷 2021-02-03 13:46

A node in my YARN cluster has 64GB memory and 24 cores. I set the following properties in the yarn-site.xml:


  yarn.nodemanager.reso         


        
2条回答
  •  北恋
    北恋 (楼主)
    2021-02-03 13:57

    try something like:

      
        mapreduce.map.memory.mb
        1024      
      
    
      
        mapreduce.reduce.memory.mb
        2048      
      
    

提交回复
热议问题