Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. <property>
  2. <name>yarn.nodemanager.aux-services</name>
  3. <value>mapreduce_shuffle</value>
  4. </property>
  5. <property>
  6. <name>yarn.resourcemanager.hostname</name>
  7. <value>10.0.7.53</value>
  8. </property>
  9. <property>
  10. <name>yarn.log-aggregation-enable</name>
  11. <value>true</value>
  12. </property>
  13.  
  14. <property>
  15. <name>yarn.scheduler.minimum-allocation-mb</name>
  16. <value>512</value>
  17. <description>Minimum limit of memory to allocate to each container request at the Resource Manager.</description>
  18. </property>
  19. <property>
  20. <name>yarn.scheduler.maximum-allocation-mb</name>
  21. <value>8192</value>
  22. <description>Maximum limit of memory to allocate to each container request at the Resource Manager.</description>
  23. </property>
  24. <property>
  25. <name>yarn.scheduler.minimum-allocation-vcores</name>
  26. <value>1</value>
  27. <description>The minimum allocation for every container request at the RM, in terms of virtual CPU cores. Requests lower than this won't take effect, and the specified value will get allocated the minimum.</description>
  28. </property>
  29. <property>
  30. <name>yarn.scheduler.maximum-allocation-vcores</name>
  31. <value>3</value>
  32. <description>The maximum allocation for every container request at the RM, in terms of virtual CPU cores. Requests higher than this won't take effect, and will get capped to this value.</description>
  33. </property>
  34. <property>
  35. <name>yarn.nodemanager.resource.memory-mb</name>
  36. <value>54272</value>
  37. <description>Physical memory, in MB, to be made available to running containers</description>
  38. </property>
  39. <property>
  40. <name>yarn.nodemanager.resource.cpu-vcores</name>
  41. <value>8</value>
  42. <description>Number of CPU cores that can be allocated for containers.</description>
  43. </property>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement