Menu

Falcon Client

Apache Falcon is a data processing and management solution for Hadoop designed for data motion, coordination of data pipelines, lifecycle management, and data discovery. Falcon enables end consumers to quickly onboard their data and its associated processing and management tasks on Hadoop clusters.

Show Source Code
module.exports =
  use:
    hadoop_core: module: 'ryba/hadoop/core', local: true, auto: true
    krb5_client: module: 'masson/core/krb5_client', local: true, auto: true
    test_user: module: 'ryba/commons/test_user', local: true, auto: true
  configure:
    'ryba/falcon/client/configure'
  commands:
    'install': [
      'ryba/falcon/client/install'
      'ryba/falcon/client/check'
    ]
    'check':
      'ryba/falcon/client/check'