Puppet Class: hadoop::httpfs

Defined in:
manifests/httpfs.pp

Overview

Class hadoop::httpfs

Hadoop HTTPFS proxy.



5
6
7
8
9
10
11
12
13
14
# File 'manifests/httpfs.pp', line 5

class hadoop::httpfs {
  include ::hadoop::httpfs::install
  include ::hadoop::httpfs::config
  include ::hadoop::httpfs::service

  Class['hadoop::httpfs::install']
  -> Class['hadoop::httpfs::config']
  ~> Class['hadoop::httpfs::service']
  -> Class['hadoop::httpfs']
}