Menu

YARN Client

The Hadoop YARN Client web service REST APIs are a set of URI resources that give access to the cluster, nodes, applications, and application historical information. The URI resources are grouped into APIs based on the type of information returned. Some URI resources return collections while others return singletons.

module.exports =
  deps:
    krb5_client: module: 'masson/core/krb5_client', local: true
    java: module: 'masson/commons/java', local: true
    test_user: module: 'ryba/commons/test_user', local: true, auto: true
    hadoop_core: module: 'ryba/hadoop/core', local: true, auto: true, implicit: true
    hdfs_client: module: 'ryba/hadoop/hdfs_client', required: true
    yarn_nm: module: 'ryba/hadoop/yarn_nm', required: true
    yarn_rm: module: 'ryba/hadoop/yarn_rm', required: true
    yarn_ts: module: 'ryba/hadoop/yarn_ts'
    yarn_tr: module: 'ryba/hadoop/yarn_tr'
  configure:
    'ryba/hadoop/yarn_client/configure'
  commands:
    'check':
      'ryba/hadoop/yarn_client/check'
    'install': [
      'ryba/hadoop/yarn_client/install'
      'ryba/hadoop/yarn_client/check'
    ]
    'report': [
      'masson/bootstrap/report'
      'ryba/hadoop/yarn_client/report'
    ]