# ambari-yarn-utils **Repository Path**: rootgd/ambari-yarn-utils ## Basic Information - **Project Name**: ambari-yarn-utils - **Description**: ambari-yarn-utils Ambari YARN UTILS. Use the yarn-utils script to calculate the various parameters for memory in YARN and MapReduce 2. ./yarn-utils --help for more info. - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-28 - **Last Updated**: 2023-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ambari-yarn-utils ================= Ambari YARN UTILS. Use the yarn-utils script to calculate the various parameters for memory in YARN and MapReduce 2. ./yarn-utils --help for more info. Example: yarn-utils.py -c 16 -m 64 -d 4 -k True by default the script uses the following: cores = 16 (-c option) memory = 64 (-m option) disks = 4 (-d option) hbaseEnabled (-k option)