Menu

HDFS HttpFS

HttpFS is a server that provides a REST HTTP gateway supporting all HDFS File System operations (read and write). And it is inteoperable with the webhdfs REST HTTP API.

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
    test_user: module: 'ryba/commons/test_user', local: true, auto: true, implicit: true
    hadoop_core: module: 'ryba/hadoop/core', local: true, auto: true, implicit: true
    hdfs_dn: module: 'ryba/hadoop/hdfs_dn', required: true
    hdfs_nn: module: 'ryba/hadoop/hdfs_nn', required: true
    hdfs_client: module: 'ryba/hadoop/hdfs_client', local: true, auto: true
    httpfs: module: 'ryba/hadoop/httpfs'
    log4j: module: 'ryba/log4j', local: true
  configure:
    'ryba/hadoop/httpfs/configure'
  commands:
    'check':
      'ryba/hadoop/httpfs/check'
    'install': [
      'ryba/hadoop/httpfs/install'
      'ryba/hadoop/httpfs/start'
      'ryba/hadoop/httpfs/check'
    ]
    'start':
      'ryba/hadoop/httpfs/start'
    'stop':
      'ryba/hadoop/httpfs/stop'
    'status':
      'ryba/hadoop/httpfs/status'