Menu

YARN ResourceManager

Yarn ResourceManager is the central authority that manages resources and schedules applications running atop of YARN.

module.exports =
  deps:
    iptables: module: 'masson/core/iptables', local: true
    krb5_client: module: 'masson/core/krb5_client', local: true
    java: module: 'masson/commons/java', local: true
    hadoop_core: module: 'ryba/hadoop/core', local: true, auto: true, implicit: true
    zookeeper_server: module: 'ryba/zookeeper/server'
    hdfs_client: module: 'ryba/hadoop/hdfs_client', required: true
    hdfs_dn: module: 'ryba/hadoop/hdfs_dn', required: true
    hdfs_nn: module: 'ryba/hadoop/hdfs_nn', required: true
    mapred_jhs: module: 'ryba/hadoop/mapred_jhs', single: true
    yarn_rm: module: 'ryba/hadoop/yarn_rm'
    ranger_admin: module: 'ryba/ranger/admin'
    metrics: module: 'ryba/metrics', local: true
    log4j: module: 'ryba/log4j', local: true
  configure:
    'ryba/hadoop/yarn_rm/configure'
  commands:
    # 'backup':
    #   'ryba/hadoop/yarn_rm/backup'
    'check':
      'ryba/hadoop/yarn_rm/check'
    'report': [
      'masson/bootstrap/report'
      'ryba/hadoop/yarn_rm/report'
    ]
    'install': [
      'ryba/hadoop/yarn_rm/install'
      'ryba/hadoop/yarn_rm/hbase_client'
      'ryba/hadoop/yarn_rm/scheduler'
      'ryba/hadoop/yarn_rm/start'
      'ryba/hadoop/yarn_rm/check'
    ]
    'start':
      'ryba/hadoop/yarn_rm/start'
    'status':
      'ryba/hadoop/yarn_rm/status'
    'stop':
      'ryba/hadoop/yarn_rm/stop'