Menu

Hadoop HDFS Client

Clients contact NameNode for file metadata or file modifications and perform actual file I/O directly with the DataNodes.

module.exports =
  deps:
    java: module: 'masson/commons/java', local: true, recommended: 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_client: module: 'ryba/hadoop/hdfs_client', local: true, auto: true, implicit: true
    hdfs_nn: module: 'ryba/hadoop/hdfs_nn'
    hdfs_dn: module: 'ryba/hadoop/hdfs_dn'
    log4j: module: 'ryba/log4j'
  configure:
    'ryba/hadoop/hdfs_client/configure'
  commands:
    'check':
      'ryba/hadoop/hdfs_client/check'
    'install': [
      'ryba/hadoop/hdfs_client/install'
      'ryba/hadoop/hdfs_client/check'
    ]