HPE Ezmeral Software platform
1819900 Members
2606 Online
109607 Solutions
New Discussion

Re: error when using installer to deploy data fabric in lab environment

 
trucnv
Occasional Advisor

error when using installer to deploy data fabric in lab environment

hi everyone, i am new to data fabric and i tried to deploy it with 4 nodes in my lab environment and i got an error while using installer, here is my error message

2024-11-04 22:44:14.598: Task: fail( {
    "msg": "{{ do_configure_result.msg }} from 'configure_security_controller.yml'; check {{ mapr_home }}/logs/configure.log"
}) -> failed  =>  {
    "_ansible_no_log": false,
    "changed": false
}
AnsiballZ_do_configure.sh failed from 'configure_security_controller.yml'; check /opt/mapr/logs/configure.log
 
 

besides i have another problem that i cant find 'configuration.log' file in my system,

my cluster information is as follows

4 nodes : df-mgr-01.csc.local, df-data-02.csc.local, df-query-03.csc.local, df-access-04.csc.local, i have added and edited them all in /etc/hosts

 

 
 

 

5 REPLIES 5
Satish_Dhuli
HPE Pro

Re: error when using installer to deploy data fabric in lab environment

Hi,

Could you please share below command output:

$ sed -n '/Node install STARTED/,$ { /ERROR/p }' /opt/mapr/logs/configure.log

$ cat /opt/mapr/installer/logs/installer.json

 

I'm an HPE employee.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
trucnv
Occasional Advisor

Re: error when using installer to deploy data fabric in lab environment

yes this is the output of the command 'sed -n '/Node install STARTED/,$ { /ERROR/p }' /opt/mapr/logs/configure.log'
can't read /opt/mapr/logs/configure.log: No such file or directory
as said in the question i can't find the configure.log file

and here is the output of the command '  cat /opt/mapr/installer/logs/installer.json' 

"HBASE_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local,df-query-03.csc.local",
"MAPR_MEP" : "9.3.1",
"NODEMANAGER_VERSION" : "3.3.5",
"DRILL_VERSION" : "1.21.2",
"OPENTSDB_HOST" : "df-data-02.csc.local",
"ZOOKEEPER_HOST" : "df-access-04.csc.local",
"HIVEMETASTORE_VERSION" : "3.1.3",
"FILESERVER_HOST" : "df-access-04.csc.local",
"HISTORYSERVER_HOST" : "df-query-03.csc.local",
"HIVEMETASTORE_DATABASE_USER" : "hive",
"NODEMANAGER_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local,df-query-03.csc.local",
"MASTGATEWAY_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local,df-query-03.csc.local",
"FILESERVER_VERSION" : "7.9.0",
"CLDB_VERSION" : "7.9.0",
"GATEWAY_HOST" : "df-access-04.csc.local",
"MYSQL_HOSTS" : "df-query-03.csc.local",
"MAPR_LICENSE_TYPE" : "M3",
"CLDB_HOSTS" : "df-access-04.csc.local"
}
}

 

ldarby
HPE Pro

Re: error when using installer to deploy data fabric in lab environment

Hi,

The configure.log should be on the CLDB host df-access-04.csc.local, did you look there?  Also, normally all hosts have the FILESERVER service, but it's set to only df-access-04.csc.local (same as CLDB), I'm not sure if this is the cause of the issue.

Regards,
Laurence Darby

I'm an HPE employee.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
trucnv
Occasional Advisor

Re: error when using installer to deploy data fabric in lab environment

@ldarby 

Hi,  Laurence Darby

sorry for not providing the full installer.json file, maybe this file is too long and violates some policies so I can't post the whole file in this answer, also on all 4 nodes I can't find the configure.log file "cannot read /opt/mapr/logs/configure.log: No such file or directory" 
trucnv
Occasional Advisor

Re: error when using installer to deploy data fabric in lab environment

{
  "config" : {
    "admin_id" : "mapr",
    "cluster_admin_create" : false,
    "cluster_admin_gid" : 5000,
    "cluster_admin_group" : "mapr",
    "cluster_admin_id" : "mapr",
    "cluster_admin_uid" : 5000,
    "cluster_name" : "my.cluster.com",
    "data" : {
      "diskStripeDefault" : 3,
      "template" : "template-05-converged",
      "override_unsupported" : "false",
      "licenseType" : "M3",
      "showAdvancedServiceConfig" : false,
      "showLogs" : false,
      "showAdvancedServiceSelection" : false,
      "install_grafana" : true,
      "process_type" : "install",
      "licenseValidation" : "NONE",
      "showLicenseValidation" : false,
      "maprversion" : "7.9.0"
    },
    "db_admin_password_set" : true,
    "db_admin_user" : "root",
    "debug_set" : false,
    "dial_home_id" : "87860854",
    "disk_format" : true,
    "disk_stripe" : 3,
    "disks" : [ "/dev/sdb", "/dev/sdc", "/dev/sdd" ],
    "elasticsearch_path" : "/opt/mapr/es_db",
    "enable_encryption_at_rest" : false,
    "enable_min_metrics_collection" : false,
    "enable_nfs" : false,
    "environment" : "docker",
    "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-access-04.csc.local", "df-query-03.csc.local" ],
    "install_dir" : "/opt/mapr/installer",
    "installer_version" : "1.18.0.8.202410300044",
    "ipv6_support" : false,
    "license_accepted" : true,
    "license_modules" : [ "DATABASE", "HADOOP", "STREAMS" ],
    "license_type" : "M3",
    "mapr_db" : "DRILLQS",
    "mep_upgrade" : false,
    "mep_version" : "9.3.1",
    "no_internet" : false,
    "os_version" : "ubuntu_22.04",
    "patch_file_missing" : false,
    "prebuilt_image" : false,
    "repo_core_url" : "https://package.ezmeral.hpe.com/releases/",
    "repo_eco_url" : "https://package.ezmeral.hpe.com/releases/",
    "repo_password" : "iN93HIuB0hxNDDPTKHAEbxwBPvk1FLDOi3ZNWv22BuYqUGvoSL-41Fykc9rtfylDV1BNbG6wyedm_-Kcqzo1bg",
    "repo_user" : "truc.nv@csc-jsc.com",
    "security" : true,
    "services" : {
      "mapr-spark-thriftserver" : {
        "version" : "3.5.2",
        "enabled" : true,
        "refCnt" : 11
      },
      "mapr-hivemetastore" : {
        "version" : "3.1.3",
        "enabled" : true,
        "refCnt" : 1,
        "database" : {
          "type" : "MYSQL",
          "create" : true,
          "name" : "hive",
          "label" : "Use existing MySQL server",
          "user" : "hive",
          "password" : "Nutanix/4u",
          "password2" : "Nutanix/4u"
        }
      },
      "mapr-opentsdb" : {
        "version" : "2.4.1",
        "enabled" : true,
        "refCnt" : 1
      },
      "mapr-kibana" : {
        "enabled" : true,
        "refCnt" : 1,
        "version" : "6.8.8"
      },
      "mapr-asynchbase" : {
        "enabled" : true,
        "refCnt" : 1,
        "version" : "1.8.2"
      },
      "mapr-apiserver" : {
        "version" : "7.9.0",
        "enabled" : true,
        "refCnt" : 11
      },
      "mapr-hbasethrift" : {
        "version" : "1.4.14",
        "enabled" : true,
        "refCnt" : 11
      },
      "mapr-s3server" : {
        "version" : "7.9.0",
        "enabled" : true,
        "refCnt" : 11
      },
      "mapr-resourcemanager" : {
        "version" : "3.3.5",
        "enabled" : true,
        "refCnt" : 11
      },
      "mapr-fileserver" : {
        "version" : "7.9.0",
        "enabled" : true,
        "refCnt" : 11
      },
      "mapr-core" : {
        "version" : "7.9.0",
        "enabled" : true,
        "refCnt" : 11
      },
      "mapr-hue" : {
        "version" : "4.11.0",
        "enabled" : true,
        "refCnt" : 1,
        "database" : {
          "type" : "MYSQL",
          "create" : true,
          "name" : "hue",
          "label" : "Use existing MySQL server",
          "user" : "hue",
          "password" : "Nutanix/4u",
          "password2" : "Nutanix/4u"
        }
      },
      "mapr-hbase-rest" : {
        "version" : "1.4.14",
        "enabled" : true,
        "refCnt" : 11
      },
      "mapr-httpfs" : {
        "version" : "3.3.5",
        "enabled" : true,
        "refCnt" : 1
      },
      "mapr-drill" : {
        "version" : "1.21.2",
        "enabled" : true,
        "refCnt" : 2
      },
      "mapr-hive-client" : {
        "version" : "3.1.3",
        "enabled" : true,
        "refCnt" : 11
      },
      "mapr-cldb" : {
        "version" : "7.9.0",
        "enabled" : true,
        "refCnt" : 11
      },
      "mapr-zookeeper" : {
        "version" : "7.9.0",
        "enabled" : true,
        "refCnt" : 11
      },
      "mapr-elasticsearch" : {
        "version" : "6.8.8",
        "enabled" : true,
        "refCnt" : 1
      },
      "mapr-grafana" : {
        "enabled" : true,
        "refCnt" : 1,
        "version" : "7.5.10"
      },
      "mapr-hivewebhcat" : {
        "version" : "3.1.3",
        "enabled" : true,
        "refCnt" : 11
      },
      "mapr-hive" : {
        "version" : "3.1.3",
        "enabled" : true,
        "refCnt" : 2
      },
      "mapr-nodemanager" : {
        "version" : "3.3.5",
        "enabled" : true,
        "refCnt" : 11
      },
      "mapr-spark-client" : {
        "version" : "3.5.2",
        "enabled" : true,
        "refCnt" : 11
      },
      "mapr-collectd" : {
        "enabled" : true,
        "refCnt" : 1,
        "version" : "5.12.0"
      },
      "mapr-streams-clients" : {
        "version" : "3.6.1",
        "enabled" : true,
        "refCnt" : 6
      },
      "mapr-mysql" : {
        "enabled" : true
      },
      "mapr-hbase-common" : {
        "version" : "1.4.14",
        "enabled" : true,
        "refCnt" : 2
      },
      "mapr-hbase" : {
        "version" : "1.4.14",
        "enabled" : true,
        "refCnt" : 12
      },
      "mapr-hiveserver2" : {
        "version" : "3.1.3",
        "enabled" : true,
        "refCnt" : 11
      },
      "mapr-data-access-gateway" : {
        "version" : "6.3",
        "enabled" : true,
        "refCnt" : 3
      },
      "mapr-yarn" : {
        "version" : "3.3.5",
        "enabled" : true,
        "refCnt" : 2
      },
      "mapr-fluentd" : {
        "enabled" : true,
        "refCnt" : 1,
        "version" : "1.10.3"
      },
      "mapr-spark" : {
        "version" : "3.5.2",
        "enabled" : true,
        "refCnt" : 2
      },
      "mapr-mastgateway" : {
        "version" : "7.9.0",
        "enabled" : true,
        "refCnt" : 11
      },
      "mapr-kafka" : {
        "version" : "3.6.1",
        "enabled" : true,
        "refCnt" : 13
      },
      "mapr-spark-historyserver" : {
        "version" : "3.5.2",
        "enabled" : true,
        "refCnt" : 11
      },
      "mapr-gateway" : {
        "version" : "7.9.0",
        "enabled" : true,
        "refCnt" : 2
      },
      "mapr-webserver" : {
        "version" : "7.9.0",
        "enabled" : true,
        "refCnt" : 11
      },
      "mapr-historyserver" : {
        "version" : "3.3.5",
        "enabled" : true,
        "refCnt" : 11
      }
    },
    "services_version" : "1.18.0.8.202410300044",
    "ssh_id" : "root",
    "ssh_method" : "PASSWORD",
    "ssh_port" : 22,
    "sso_keycloak" : false,
    "state" : "INIT"
  },
  "databases" : {
    "mapr-hivemetastore" : {
      "type" : "MYSQL",
      "create" : true,
      "name" : "hive",
      "label" : "Use existing MySQL server",
      "user" : "hive",
      "password" : "Nutanix/4u",
      "password2" : "Nutanix/4u"
    },
    "mapr-hue" : {
      "type" : "MYSQL",
      "create" : true,
      "name" : "hue",
      "label" : "Use existing MySQL server",
      "user" : "hue",
      "password" : "Nutanix/4u",
      "password2" : "Nutanix/4u"
    }
  },
  "hosts" : {
    "df-access-04.csc.local" : {
      "disks" : {
        "/dev/sdc" : {
          "rotational" : "0",
          "sectorSize" : "512",
          "selected" : true,
          "size" : "200.0 GB",
          "supportDiscard" : "1048576"
        },
        "/dev/sdb" : {
          "rotational" : "0",
          "sectorSize" : "512",
          "selected" : true,
          "size" : "200.0 GB",
          "supportDiscard" : "1048576"
        },
        "/dev/sdd" : {
          "rotational" : "0",
          "sectorSize" : "512",
          "selected" : true,
          "size" : "200.0 GB",
          "supportDiscard" : "1048576"
        }
      },
      "overrides" : { },
      "services" : [ "mapr-httpfs-3.3.5", "mapr-hbase-rest-1.4.14", "mapr-core-7.9.0", "mapr-grafana-7.5.10", "mapr-s3server-7.9.0", "mapr-data-access-gateway-6.3", "mapr-resourcemanager-3.3.5", "mapr-zookeeper-7.9.0", "mapr-cldb-7.9.0", "mapr-collectd-5.12.0", "mapr-fluentd-1.10.3", "mapr-kibana-6.8.8", "mapr-nodemanager-3.3.5", "mapr-hive-client-3.1.3", "mapr-fileserver-7.9.0", "mapr-mastgateway-7.9.0", "mapr-webserver-7.9.0", "mapr-kafka-3.6.1", "mapr-gateway-7.9.0", "mapr-hbase-1.4.14", "mapr-apiserver-7.9.0", "mapr-asynchbase-1.8.2", "mapr-spark-client-3.5.2", "mapr-drill-1.21.2" ],
      "state" : "CHECK_WARN"
    },
    "df-query-03.csc.local" : {
      "disks" : {
        "/dev/sdc" : {
          "rotational" : "0",
          "sectorSize" : "512",
          "selected" : true,
          "size" : "200.0 GB",
          "supportDiscard" : "1048576"
        },
        "/dev/sdb" : {
          "rotational" : "0",
          "sectorSize" : "512",
          "selected" : true,
          "size" : "200.0 GB",
          "supportDiscard" : "1048576"
        },
        "/dev/sdd" : {
          "rotational" : "0",
          "sectorSize" : "512",
          "selected" : true,
          "size" : "200.0 GB",
          "supportDiscard" : "1048576"
        }
      },
      "overrides" : { },
      "services" : [ "mapr-spark-historyserver-3.5.2", "mapr-spark-thriftserver-3.5.2", "mapr-mysql", "mapr-hue-4.11.0", "mapr-hive-client-3.1.3", "mapr-fileserver-7.9.0", "mapr-opentsdb-2.4.1", "mapr-mastgateway-7.9.0", "mapr-historyserver-3.3.5", "mapr-kafka-3.6.1", "mapr-asynchbase-1.8.2", "mapr-drill-1.21.2", "mapr-hbase-rest-1.4.14", "mapr-elasticsearch-6.8.8", "mapr-hivemetastore-3.1.3", "mapr-core-7.9.0", "mapr-s3server-7.9.0", "mapr-collectd-5.12.0", "mapr-fluentd-1.10.3", "mapr-hiveserver2-3.1.3", "mapr-nodemanager-3.3.5", "mapr-hivewebhcat-3.1.3", "mapr-hbasethrift-1.4.14", "mapr-hbase-1.4.14", "mapr-spark-client-3.5.2" ],
      "state" : "CHECK_WARN"
    },
    "df-data-02.csc.local" : {
      "disks" : {
        "/dev/sdc" : {
          "rotational" : "0",
          "sectorSize" : "512",
          "selected" : true,
          "size" : "200.0 GB",
          "supportDiscard" : "1048576"
        },
        "/dev/sdb" : {
          "rotational" : "0",
          "sectorSize" : "512",
          "selected" : true,
          "size" : "200.0 GB",
          "supportDiscard" : "1048576"
        },
        "/dev/sdd" : {
          "rotational" : "0",
          "sectorSize" : "512",
          "selected" : true,
          "size" : "200.0 GB",
          "supportDiscard" : "1048576"
        }
      },
      "overrides" : { },
      "services" : [ "mapr-httpfs-3.3.5", "mapr-grafana-7.5.10", "mapr-kibana-6.8.8", "mapr-hive-client-3.1.3", "mapr-fileserver-7.9.0", "mapr-opentsdb-2.4.1", "mapr-mastgateway-7.9.0", "mapr-kafka-3.6.1", "mapr-gateway-7.9.0", "mapr-asynchbase-1.8.2", "mapr-drill-1.21.2", "mapr-hbase-rest-1.4.14", "mapr-elasticsearch-6.8.8", "mapr-core-7.9.0", "mapr-s3server-7.9.0", "mapr-data-access-gateway-6.3", "mapr-resourcemanager-3.3.5", "mapr-zookeeper-7.9.0", "mapr-collectd-5.12.0", "mapr-fluentd-1.10.3", "mapr-nodemanager-3.3.5", "mapr-webserver-7.9.0", "mapr-hbase-1.4.14", "mapr-apiserver-7.9.0", "mapr-spark-client-3.5.2" ],
      "state" : "CHECK_WARN"
    },
    "df-mgr-01.csc.local" : {
      "disks" : {
        "/dev/sdc" : {
          "rotational" : "0",
          "sectorSize" : "512",
          "selected" : true,
          "size" : "100.0 GB",
          "supportDiscard" : "1048576"
        },
        "/dev/sdb" : {
          "rotational" : "0",
          "sectorSize" : "512",
          "selected" : true,
          "size" : "100.0 GB",
          "supportDiscard" : "1048576"
        },
        "/dev/sdd" : {
          "rotational" : "0",
          "sectorSize" : "512",
          "selected" : true,
          "size" : "100.0 GB",
          "supportDiscard" : "1048576"
        }
      },
      "overrides" : { },
      "services" : [ "mapr-httpfs-3.3.5", "mapr-grafana-7.5.10", "mapr-kibana-6.8.8", "mapr-hive-client-3.1.3", "mapr-fileserver-7.9.0", "mapr-opentsdb-2.4.1", "mapr-mastgateway-7.9.0", "mapr-kafka-3.6.1", "mapr-gateway-7.9.0", "mapr-asynchbase-1.8.2", "mapr-drill-1.21.2", "mapr-hbase-rest-1.4.14", "mapr-elasticsearch-6.8.8", "mapr-core-7.9.0", "mapr-s3server-7.9.0", "mapr-data-access-gateway-6.3", "mapr-resourcemanager-3.3.5", "mapr-zookeeper-7.9.0", "mapr-collectd-5.12.0", "mapr-fluentd-1.10.3", "mapr-nodemanager-3.3.5", "mapr-webserver-7.9.0", "mapr-hbase-1.4.14", "mapr-apiserver-7.9.0", "mapr-spark-client-3.5.2" ],
      "state" : "CHECK_WARN"
    }
  },
  "services" : {
    "mapr-s3server-7.9.0" : {
      "id" : "mapr-s3server-7.9.0",
      "core" : true,
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-query-03.csc.local", "df-access-04.csc.local" ],
      "name" : "mapr-s3server",
      "server_ports" : [ 9000 ],
      "type" : "DEFAULT",
      "version" : "7.9.0"
    },
    "mapr-core-7.9.0" : {
      "id" : "mapr-core-7.9.0",
      "core" : true,
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-query-03.csc.local", "df-access-04.csc.local" ],
      "name" : "mapr-core",
      "type" : "DEFAULT",
      "version" : "7.9.0"
    },
    "mapr-hivemetastore-3.1.3" : {
      "id" : "mapr-hivemetastore-3.1.3",
      "commands" : [ "bash ${TEMPLATES_HOME}/mapr-hivemetastore-${HIVEMETASTORE_VERSION}/configure.sh" ],
      "files" : [ {
        "src" : "${MAPR_HOME}/hive/hive-${HIVEMETASTORE_VERSION}/lib/hive*.jar",
        "dest" : "hive-${HIVEMETASTORE_VERSION}/"
      }, {
        "src" : "${MAPR_HOME}/hive/hive-${HIVEMETASTORE_VERSION}/lib/jline-*.jar",
        "dest" : "hive-${HIVEMETASTORE_VERSION}/"
      }, {
        "src" : "${MAPR_HOME}/hive/hive-${HIVEMETASTORE_VERSION}/lib/datanucleus*.jar",
        "dest" : "hive-${HIVEMETASTORE_VERSION}/"
      }, {
        "src" : "${MAPR_HOME}/hive/hive-${HIVEMETASTORE_VERSION}/hcatalog/share/webhcat/java-client/hive-webhcat*.jar",
        "dest" : "hive-${HIVEMETASTORE_VERSION}/"
      }, {
        "src" : "${MAPR_HOME}/hive/hive-${HIVEMETASTORE_VERSION}/hcatalog/share/hcatalog/hive-hcatalog*.jar",
        "dest" : "hive-${HIVEMETASTORE_VERSION}/"
      } ],
      "hosts" : [ "df-query-03.csc.local" ],
      "name" : "mapr-hivemetastore",
      "process_name" : "hivemeta",
      "server_ports" : [ 9083 ],
      "stage2_commands" : [ "bash ${TEMPLATES_HOME}/mapr-hivemetastore-${HIVEMETASTORE_VERSION}/configure_stage2.sh" ],
      "substitutions" : {
        "<value>jdbc:mysql://" : "${HIVEMETASTORE_DATABASE_HOST}:${HIVEMETASTORE_DATABASE_PORT}/${HIVEMETASTORE_DATABASE_NAME}?createDatabaseIfNotExist=true</value>"
      },
      "type" : "MASTER",
      "version" : "3.1.3"
    },
    "mapr-elasticsearch-6.8.8" : {
      "id" : "mapr-elasticsearch-6.8.8",
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-query-03.csc.local" ],
      "monitoring" : true,
      "name" : "mapr-elasticsearch",
      "server_ports" : [ 9200, 9300 ],
      "type" : "MONITORING_MASTER",
      "version" : "6.8.8"
    },
    "mapr-hbase-rest-1.4.14" : {
      "id" : "mapr-hbase-rest-1.4.14",
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-query-03.csc.local", "df-access-04.csc.local" ],
      "name" : "mapr-hbase-rest",
      "server_ports" : [ 8080 ],
      "type" : "DATA",
      "version" : "1.4.14"
    },
    "mapr-fluentd-1.10.3" : {
      "id" : "mapr-fluentd-1.10.3",
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-query-03.csc.local", "df-access-04.csc.local" ],
      "monitoring" : true,
      "name" : "mapr-fluentd",
      "type" : "DEFAULT",
      "version" : "1.10.3"
    },
    "mapr-collectd-5.12.0" : {
      "id" : "mapr-collectd-5.12.0",
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-query-03.csc.local", "df-access-04.csc.local" ],
      "monitoring" : true,
      "name" : "mapr-collectd",
      "type" : "DEFAULT",
      "version" : "5.12.0"
    },
    "mapr-zookeeper-7.9.0" : {
      "id" : "mapr-zookeeper-7.9.0",
      "core" : true,
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-access-04.csc.local" ],
      "name" : "mapr-zookeeper",
      "process_name" : "zkconnect",
      "server_ports" : [ 5181 ],
      "type" : "CONTROL",
      "version" : "7.9.0"
    },
    "mapr-resourcemanager-3.3.5" : {
      "id" : "mapr-resourcemanager-3.3.5",
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-access-04.csc.local" ],
      "name" : "mapr-resourcemanager",
      "process_name" : "resourcemanager",
      "server_ports" : [ 8032, 8033 ],
      "stage2_commands" : [ "bash ${TEMPLATES_HOME}/mapr-resourcemanager-3.3.5/configure.sh" ],
      "type" : "MULTI_MASTER",
      "ui_ports" : [ 8090, 8088 ],
      "version" : "3.3.5"
    },
    "mapr-data-access-gateway-6.3" : {
      "id" : "mapr-data-access-gateway-6.3",
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-access-04.csc.local" ],
      "name" : "mapr-data-access-gateway",
      "process_name" : "data-access-gateway",
      "server_ports" : [ 8243, 8085 ],
      "server_protocol" : "https_only",
      "type" : "MULTI_MASTER",
      "version" : "6.3"
    },
    "mapr-webserver-7.9.0" : {
      "id" : "mapr-webserver-7.9.0",
      "core" : true,
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-access-04.csc.local" ],
      "name" : "mapr-webserver",
      "process_name" : "webserver",
      "type" : "MULTI_MASTER",
      "ui_ports" : [ 8443, 8080 ],
      "ui_protocol" : "https_only",
      "version" : "7.9.0"
    },
    "mapr-hbasethrift-1.4.14" : {
      "id" : "mapr-hbasethrift-1.4.14",
      "commands" : [ "bash ${TEMPLATES_HOME}/mapr-hbasethrift-${HBASETHRIFT_VERSION}/configure.sh" ],
      "hosts" : [ "df-query-03.csc.local" ],
      "name" : "mapr-hbasethrift",
      "process_name" : "hbasethrift",
      "server_ports" : [ 9090 ],
      "type" : "MASTER",
      "version" : "1.4.14"
    },
    "mapr-hivewebhcat-3.1.3" : {
      "id" : "mapr-hivewebhcat-3.1.3",
      "hosts" : [ "df-query-03.csc.local" ],
      "name" : "mapr-hivewebhcat",
      "server_ports" : [ 50111 ],
      "type" : "MASTER",
      "version" : "3.1.3"
    },
    "mapr-nodemanager-3.3.5" : {
      "id" : "mapr-nodemanager-3.3.5",
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-query-03.csc.local", "df-access-04.csc.local" ],
      "name" : "mapr-nodemanager",
      "process_name" : "nodemanager",
      "server_ports" : [ 8041 ],
      "type" : "DATA",
      "ui_ports" : [ 8044, 8042 ],
      "version" : "3.3.5"
    },
    "mapr-hiveserver2-3.1.3" : {
      "id" : "mapr-hiveserver2-3.1.3",
      "hosts" : [ "df-query-03.csc.local" ],
      "name" : "mapr-hiveserver2",
      "process_name" : "hs2",
      "server_ports" : [ 10000 ],
      "type" : "MASTER",
      "version" : "3.1.3"
    },
    "mapr-apiserver-7.9.0" : {
      "id" : "mapr-apiserver-7.9.0",
      "core" : true,
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-access-04.csc.local" ],
      "name" : "mapr-apiserver",
      "process_name" : "apiserver",
      "server_ports" : [ 8443, 8080 ],
      "server_protocol" : "https_only",
      "type" : "MULTI_MASTER",
      "version" : "7.9.0"
    },
    "mapr-spark-client-3.5.2" : {
      "id" : "mapr-spark-client-3.5.2",
      "commands" : [ "bash ${TEMPLATES_HOME}/mapr-spark-client-${SPARK_CLIENT_VERSION}/configure.sh" ],
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-query-03.csc.local", "df-access-04.csc.local" ],
      "name" : "mapr-spark-client",
      "package_name" : "mapr-spark",
      "stage2_commands" : [ "bash ${TEMPLATES_HOME}/mapr-spark-slave-${SPARK_CLIENT_VERSION}/configure_stage2.sh" ],
      "stage2_files" : [ {
        "src" : "hive-${HIVEMETASTORE_VERSION}/hive-site.xml",
        "dest" : "${MAPR_HOME}/spark/spark-${SPARK_CLIENT_VERSION}/conf/hive-site.xml",
        "optional" : true
      }, {
        "src" : "hbase-${HBASE_VERSION}/hbase-site.xml",
        "dest" : "${MAPR_HOME}/spark/spark-${SPARK_CLIENT_VERSION}/conf/hbase-site.xml",
        "optional" : true
      } ],
      "substitutions" : { },
      "type" : "CLIENT",
      "version" : "3.5.2"
    },
    "mapr-hbase-1.4.14" : {
      "id" : "mapr-hbase-1.4.14",
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-query-03.csc.local", "df-access-04.csc.local" ],
      "name" : "mapr-hbase",
      "type" : "CLIENT",
      "version" : "1.4.14"
    },
    "mapr-grafana-7.5.10" : {
      "id" : "mapr-grafana-7.5.10",
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-access-04.csc.local" ],
      "monitoring" : true,
      "name" : "mapr-grafana",
      "type" : "MULTI_MASTER",
      "ui_ports" : [ 3000, 3000 ],
      "version" : "7.5.10"
    },
    "mapr-spark-historyserver-3.5.2" : {
      "id" : "mapr-spark-historyserver-3.5.2",
      "commands" : [ "bash ${TEMPLATES_HOME}/mapr-spark-historyserver-${SPARK_HISTORYSERVER_VERSION}/configure.sh" ],
      "hosts" : [ "df-query-03.csc.local" ],
      "name" : "mapr-spark-historyserver",
      "process_name" : "spark-historyserver",
      "stage2_commands" : [ "bash ${TEMPLATES_HOME}/mapr-spark-slave-${SPARK_HISTORYSERVER_VERSION}/configure_stage2.sh" ],
      "substitutions" : { },
      "type" : "MASTER",
      "ui_ports" : [ 18480, 18080 ],
      "version" : "3.5.2"
    },
    "mapr-httpfs-3.3.5" : {
      "id" : "mapr-httpfs-3.3.5",
      "files" : [ {
        "src" : "${MAPR_HOME}/hadoop/hadoop-${HTTPFS_VERSION}/etc/hadoop/httpfs-site.xml",
        "dest" : "${MAPR_HOME}/hadoop/hadoop-${HTTPFS_VERSION}/etc/hadoop/httpfs-site.xml"
      } ],
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-access-04.csc.local" ],
      "name" : "mapr-httpfs",
      "process_name" : "httpfs",
      "server_ports" : [ 14000 ],
      "substitutions" : {
        "<name>httpfs.proxyuser.mapr.hosts</name>" : "<name>httpfs.proxyuser.${MAPR_USER}.hosts</name>",
        "<name>httpfs.proxyuser.mapr.groups</name>" : "<name>httpfs.proxyuser.${MAPR_USER}.groups</name>"
      },
      "type" : "MULTI_MASTER",
      "version" : "3.3.5"
    },
    "mapr-cldb-7.9.0" : {
      "id" : "mapr-cldb-7.9.0",
      "core" : true,
      "hosts" : [ "df-access-04.csc.local" ],
      "name" : "mapr-cldb",
      "process_name" : "cldb",
      "server_ports" : [ 7222 ],
      "type" : "CONTROL",
      "ui_ports" : [ 7443, 7221 ],
      "version" : "7.9.0"
    },
    "mapr-mysql" : {
      "id" : "mapr-mysql",
      "core" : true,
      "hosts" : [ "df-query-03.csc.local" ],
      "internal" : true,
      "name" : "mapr-mysql",
      "type" : "MYSQL"
    },
    "mapr-spark-thriftserver-3.5.2" : {
      "id" : "mapr-spark-thriftserver-3.5.2",
      "commands" : [ "bash ${TEMPLATES_HOME}/mapr-spark-thriftserver-${SPARK_THRIFTSERVER_VERSION}/configure.sh" ],
      "hosts" : [ "df-query-03.csc.local" ],
      "name" : "mapr-spark-thriftserver",
      "process_name" : "spark-thriftserver",
      "server_ports" : [ 2304 ],
      "type" : "MASTER",
      "ui_ports" : [ 4040 ],
      "ui_protocol" : "http_only",
      "version" : "3.5.2"
    },
    "mapr-kafka-3.6.1" : {
      "id" : "mapr-kafka-3.6.1",
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-query-03.csc.local", "df-access-04.csc.local" ],
      "name" : "mapr-kafka",
      "package_version" : "3.6.1",
      "type" : "CLIENT",
      "version" : "3.6.1"
    },
    "mapr-historyserver-3.3.5" : {
      "id" : "mapr-historyserver-3.3.5",
      "hosts" : [ "df-query-03.csc.local" ],
      "name" : "mapr-historyserver",
      "type" : "MASTER",
      "ui_ports" : [ 19890, 19888 ],
      "version" : "3.3.5"
    },
    "mapr-opentsdb-2.4.1" : {
      "id" : "mapr-opentsdb-2.4.1",
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-query-03.csc.local" ],
      "monitoring" : true,
      "name" : "mapr-opentsdb",
      "server_ports" : [ 4242 ],
      "type" : "MONITORING_MASTER",
      "version" : "2.4.1"
    },
    "mapr-mastgateway-7.9.0" : {
      "id" : "mapr-mastgateway-7.9.0",
      "core" : true,
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-query-03.csc.local", "df-access-04.csc.local" ],
      "name" : "mapr-mastgateway",
      "server_ports" : [ 8660 ],
      "type" : "DEFAULT",
      "version" : "7.9.0"
    },
    "mapr-kibana-6.8.8" : {
      "id" : "mapr-kibana-6.8.8",
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-access-04.csc.local" ],
      "monitoring" : true,
      "name" : "mapr-kibana",
      "type" : "MULTI_MASTER",
      "ui_ports" : [ 5601, 5601 ],
      "version" : "6.8.8"
    },
    "mapr-fileserver-7.9.0" : {
      "id" : "mapr-fileserver-7.9.0",
      "core" : true,
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-query-03.csc.local", "df-access-04.csc.local" ],
      "name" : "mapr-fileserver",
      "type" : "DEFAULT",
      "version" : "7.9.0"
    },
    "mapr-hue-4.11.0" : {
      "id" : "mapr-hue-4.11.0",
      "hosts" : [ "df-query-03.csc.local" ],
      "name" : "mapr-hue",
      "process_name" : "hue",
      "stage2_commands" : [ "bash ${TEMPLATES_HOME}/mapr-hue-${HUE_VERSION}/configure.sh" ],
      "type" : "MASTER",
      "ui_ports" : [ 8888, 8888 ],
      "version" : "4.11.0"
    },
    "mapr-hive-client-3.1.3" : {
      "id" : "mapr-hive-client-3.1.3",
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-query-03.csc.local", "df-access-04.csc.local" ],
      "name" : "mapr-hive-client",
      "package_name" : "mapr-hive",
      "stage2_commands" : [ "bash ${TEMPLATES_HOME}/mapr-hive-client-${HIVEMETASTORE_VERSION}/configure_stage2.sh" ],
      "stage2_files" : [ ],
      "type" : "CLIENT",
      "version" : "3.1.3"
    },
    "mapr-drill-1.21.2" : {
      "id" : "mapr-drill-1.21.2",
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-query-03.csc.local", "df-access-04.csc.local" ],
      "name" : "mapr-drill",
      "server_ports" : [ 31010 ],
      "stage2_commands" : [ "bash ${TEMPLATES_HOME}/mapr-drill-${DRILL_VERSION}/configure.sh" ],
      "type" : "DATA",
      "ui_ports" : [ 8047 ],
      "version" : "1.21.2"
    },
    "mapr-asynchbase-1.8.2" : {
      "id" : "mapr-asynchbase-1.8.2",
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-query-03.csc.local", "df-access-04.csc.local" ],
      "name" : "mapr-asynchbase",
      "type" : "CLIENT",
      "version" : "1.8.2"
    },
    "mapr-gateway-7.9.0" : {
      "id" : "mapr-gateway-7.9.0",
      "core" : true,
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-access-04.csc.local" ],
      "name" : "mapr-gateway",
      "type" : "MULTI_MASTER",
      "version" : "7.9.0"
    }
  },
  "groups" : {
    "MASTER" : {
      "id" : 20,
      "hosts" : [ "df-query-03.csc.local" ],
      "label" : "MASTER",
      "orphan_services" : null,
      "scaled_count" : null,
      "scaled_hosts" : null,
      "scaled_hosts2" : null,
      "services" : [ "mapr-hiveserver2-3.1.3", "mapr-hue-4.11.0", "mapr-hivewebhcat-3.1.3", "mapr-hbasethrift-1.4.14", "mapr-spark-historyserver-3.5.2", "mapr-hivemetastore-3.1.3", "mapr-historyserver-3.3.5", "mapr-spark-thriftserver-3.5.2", "mapr-mysql" ]
    },
    "COMMUNITY_EDITION" : {
      "id" : 25,
      "hosts" : [ "df-access-04.csc.local" ],
      "label" : "COMMUNITY_EDITION",
      "orphan_services" : null,
      "scaled_count" : null,
      "scaled_hosts" : null,
      "scaled_hosts2" : null,
      "services" : [ "mapr-cldb-7.9.0" ]
    },
    "DATA" : {
      "id" : 22,
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-query-03.csc.local", "df-access-04.csc.local" ],
      "label" : "DATA",
      "orphan_services" : null,
      "scaled_count" : null,
      "scaled_hosts" : null,
      "scaled_hosts2" : null,
      "services" : [ "mapr-hbase-rest-1.4.14", "mapr-nodemanager-3.3.5", "mapr-drill-1.21.2" ]
    },
    "MONITORING_MASTER" : {
      "id" : 21,
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-query-03.csc.local" ],
      "label" : "MONITORING_MASTER",
      "orphan_services" : null,
      "scaled_count" : null,
      "scaled_hosts" : null,
      "scaled_hosts2" : null,
      "services" : [ "mapr-elasticsearch-6.8.8", "mapr-opentsdb-2.4.1" ]
    },
    "MULTI_MASTER" : {
      "id" : 19,
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-access-04.csc.local" ],
      "label" : "MULTI_MASTER",
      "orphan_services" : null,
      "scaled_count" : null,
      "scaled_hosts" : null,
      "scaled_hosts2" : null,
      "services" : [ "mapr-httpfs-3.3.5", "mapr-kibana-6.8.8", "mapr-webserver-7.9.0", "mapr-grafana-7.5.10", "mapr-data-access-gateway-6.3", "mapr-gateway-7.9.0", "mapr-resourcemanager-3.3.5", "mapr-apiserver-7.9.0" ]
    },
    "CLIENT" : {
      "id" : 23,
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-query-03.csc.local", "df-access-04.csc.local" ],
      "label" : "CLIENT",
      "orphan_services" : null,
      "scaled_count" : null,
      "scaled_hosts" : null,
      "scaled_hosts2" : null,
      "services" : [ "mapr-hive-client-3.1.3", "mapr-kafka-3.6.1", "mapr-hbase-1.4.14", "mapr-asynchbase-1.8.2", "mapr-spark-client-3.5.2" ]
    },
    "DEFAULT" : {
      "id" : 24,
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-query-03.csc.local", "df-access-04.csc.local" ],
      "label" : "DEFAULT",
      "orphan_services" : null,
      "scaled_count" : null,
      "scaled_hosts" : null,
      "scaled_hosts2" : null,
      "services" : [ "mapr-fileserver-7.9.0", "mapr-mastgateway-7.9.0", "mapr-core-7.9.0", "mapr-s3server-7.9.0", "mapr-collectd-5.12.0", "mapr-fluentd-1.10.3" ]
    },
    "CONTROL" : {
      "id" : 18,
      "hosts" : [ "df-mgr-01.csc.local", "df-data-02.csc.local", "df-access-04.csc.local" ],
      "label" : "CONTROL",
      "orphan_services" : null,
      "scaled_count" : null,
      "scaled_hosts" : null,
      "scaled_hosts2" : null,
      "services" : [ "mapr-zookeeper-7.9.0" ]
    }
  },
  "variables" : {
    "S3SERVER_VERSION" : "7.9.0",
    "COLLECTD_VERSION" : "5.12.0",
    "HIVEMETASTORE_HOST" : "df-query-03.csc.local",
    "GRAFANA_VERSION" : "7.5.10",
    "FLUENTD_HOST" : "df-access-04.csc.local",
    "HIVE_CLIENT_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local,df-query-03.csc.local",
    "HISTORYSERVER_HOSTS" : "df-query-03.csc.local",
    "SPARK_CLIENT_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local,df-query-03.csc.local",
    "DATA_ACCESS_GATEWAY_HOST" : "df-access-04.csc.local",
    "SPARK_THRIFTSERVER_HOST" : "df-query-03.csc.local",
    "HUE_DATABASE_HOST" : "df-query-03.csc.local",
    "HBASE_REST_HOST" : "df-access-04.csc.local",
    "HIVESERVER2_VERSION" : "3.1.3",
    "MAPR_GID" : "5000",
    "GRAFANA_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local",
    "GATEWAY_VERSION" : "7.9.0",
    "SPARK_THRIFTSERVER_VERSION" : "3.5.2",
    "HBASETHRIFT_VERSION" : "1.4.14",
    "DRILL_HOST" : "df-access-04.csc.local",
    "HUE_VERSION" : "4.11.0",
    "HIVEWEBHCAT_HOST" : "df-query-03.csc.local",
    "WEBSERVER_HOST" : "df-access-04.csc.local",
    "GATEWAY_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local",
    "APISERVER_HOST" : "df-access-04.csc.local",
    "FILESERVER_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local,df-query-03.csc.local",
    "OPENTSDB_VERSION" : "2.4.1",
    "KAFKA_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local,df-query-03.csc.local",
    "ASYNCHBASE_HOST" : "df-access-04.csc.local",
    "HBASE_REST_VERSION" : "1.4.14",
    "HBASE_HOST" : "df-access-04.csc.local",
    "DATA_ACCESS_GATEWAY_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local",
    "SPARK_THRIFTSERVER_HOSTS" : "df-query-03.csc.local",
    "FLUENTD_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local,df-query-03.csc.local",
    "SPARK_HISTORYSERVER_HOSTS" : "df-query-03.csc.local",
    "HUE_DATABASE_USER" : "hue",
    "HIVE_CLIENT_HOST" : "df-access-04.csc.local",
    "CORE_VERSION" : "7.9.0",
    "HIVESERVER2_HOST" : "df-query-03.csc.local",
    "KAFKA_VERSION" : "3.6.1",
    "HIVE_CLIENT_VERSION" : "3.1.3",
    "HUE_DATABASE_PORT" : "3306",
    "KIBANA_VERSION" : "6.8.8",
    "HUE_HOST" : "df-query-03.csc.local",
    "ZOOKEEPER_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local",
    "DATA_ACCESS_GATEWAY_VERSION" : "6.3",
    "S3SERVER_HOST" : "df-access-04.csc.local",
    "FLUENTD_VERSION" : "1.10.3",
    "HTTPFS_HOST" : "df-access-04.csc.local",
    "APISERVER_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local",
    "MAPR_UID" : "5000",
    "WEBSERVER_VERSION" : "7.9.0",
    "WEBSERVER_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local",
    "OPENTSDB_HOSTS" : "df-data-02.csc.local,df-mgr-01.csc.local,df-query-03.csc.local",
    "RESOURCEMANAGER_VERSION" : "3.3.5",
    "ELASTICSEARCH_HOSTS" : "df-data-02.csc.local,df-mgr-01.csc.local,df-query-03.csc.local",
    "COLLECTD_HOST" : "df-access-04.csc.local",
    "KAFKA_HOST" : "df-access-04.csc.local",
    "ELASTICSEARCH_HOST" : "df-data-02.csc.local",
    "NODEMANAGER_HOST" : "df-access-04.csc.local",
    "HBASETHRIFT_HOSTS" : "df-query-03.csc.local",
    "APISERVER_VERSION" : "7.9.0",
    "HBASETHRIFT_HOST" : "df-query-03.csc.local",
    "SPARK_CLIENT_HOST" : "df-access-04.csc.local",
    "CORE_HOST" : "df-access-04.csc.local",
    "HTTPFS_VERSION" : "3.3.5",
    "HUE_DATABASE_NAME" : "hue",
    "S3SERVER_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local,df-query-03.csc.local",
    "RESOURCEMANAGER_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local",
    "HBASE_REST_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local,df-query-03.csc.local",
    "HUE_DATABASE_PASSWORD" : "Nutanix/4u",
    "MYSQL_HOST" : "df-query-03.csc.local",
    "HIVEMETASTORE_HOSTS" : "df-query-03.csc.local",
    "DRILL_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local,df-query-03.csc.local",
    "HISTORYSERVER_VERSION" : "3.3.5",
    "CLDB_HOST" : "df-access-04.csc.local",
    "HIVESERVER2_HOSTS" : "df-query-03.csc.local",
    "HTTPFS_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local",
    "SPARK_HISTORYSERVER_HOST" : "df-query-03.csc.local",
    "SPARK_CLIENT_VERSION" : "3.5.2",
    "ASYNCHBASE_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local,df-query-03.csc.local",
    "RESOURCEMANAGER_HOST" : "df-access-04.csc.local",
    "COLLECTD_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local,df-query-03.csc.local",
    "ASYNCHBASE_VERSION" : "1.8.2",
    "MASTGATEWAY_VERSION" : "7.9.0",
    "CORE_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local,df-query-03.csc.local",
    "ZOOKEEPER_VERSION" : "7.9.0",
    "HIVEMETASTORE_DATABASE_PORT" : "3306",
    "HIVEMETASTORE_DATABASE_NAME" : "hive",
    "KIBANA_HOST" : "df-access-04.csc.local",
    "MAPR_GROUP" : "mapr",
    "HIVEMETASTORE_DATABASE_PASSWORD" : "Nutanix/4u",
    "MASTGATEWAY_HOST" : "df-access-04.csc.local",
    "HUE_HOSTS" : "df-query-03.csc.local",
    "MAPR_USER" : "mapr",
    "MAPR_SECURITY" : "true",
    "HBASE_VERSION" : "1.4.14",
    "HIVEMETASTORE_DATABASE_HOST" : "df-query-03.csc.local",
    "GRAFANA_HOST" : "df-access-04.csc.local",
    "ELASTICSEARCH_VERSION" : "6.8.8",
    "SPARK_HISTORYSERVER_VERSION" : "3.5.2",
    "HIVEWEBHCAT_HOSTS" : "df-query-03.csc.local",
    "KIBANA_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local",
    "HIVEWEBHCAT_VERSION" : "3.1.3",
    "HBASE_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local,df-query-03.csc.local",
    "MAPR_MEP" : "9.3.1",
    "NODEMANAGER_VERSION" : "3.3.5",
    "DRILL_VERSION" : "1.21.2",
    "OPENTSDB_HOST" : "df-data-02.csc.local",
    "ZOOKEEPER_HOST" : "df-access-04.csc.local",
    "HIVEMETASTORE_VERSION" : "3.1.3",
    "FILESERVER_HOST" : "df-access-04.csc.local",
    "HISTORYSERVER_HOST" : "df-query-03.csc.local",
    "HIVEMETASTORE_DATABASE_USER" : "hive",
    "NODEMANAGER_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local,df-query-03.csc.local",
    "MASTGATEWAY_HOSTS" : "df-access-04.csc.local,df-data-02.csc.local,df-mgr-01.csc.local,df-query-03.csc.local",
    "FILESERVER_VERSION" : "7.9.0",
    "CLDB_VERSION" : "7.9.0",
    "GATEWAY_HOST" : "df-access-04.csc.local",
    "MYSQL_HOSTS" : "df-query-03.csc.local",
    "MAPR_LICENSE_TYPE" : "M3",
    "CLDB_HOSTS" : "df-access-04.csc.local"
  }
}