Puppet Class: role::analytics_test_cluster::hadoop::standby

Defined in:
modules/role/manifests/analytics_test_cluster/hadoop/standby.pp

Overview

Class role::analytics_test_cluster::hadoop::standby

Include standby NameNode classes



4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# File 'modules/role/manifests/analytics_test_cluster/hadoop/standby.pp', line 4

class role::analytics_test_cluster::hadoop::standby {
    system::role { 'analytics_test_cluster::hadoop::standby':
        description => 'Hadoop Standby NameNode',
    }

    include ::profile::java
    include ::profile::hadoop::common
    include ::profile::hadoop::master::standby
    # This is a Hadoop client, and should
    # have any service system users it needs to
    # interacting with HDFS.
    include ::profile::analytics::cluster::users
    include ::profile::hadoop::firewall::master
    include ::profile::hadoop::backup::namenode
    include ::profile::analytics::cluster::hadoop::yarn_capacity_scheduler
    include ::profile::hive::client
    include ::profile::hive::site_hdfs
    include ::profile::kerberos::client
    include ::profile::kerberos::keytabs
    include ::profile::firewall
    include ::profile::base::production

}