aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy/puppet/manifests/cluster.pp
diff options
context:
space:
mode:
Diffstat (limited to 'bigtop-deploy/puppet/manifests/cluster.pp')
-rw-r--r--bigtop-deploy/puppet/manifests/cluster.pp9
1 files changed, 1 insertions, 8 deletions
diff --git a/bigtop-deploy/puppet/manifests/cluster.pp b/bigtop-deploy/puppet/manifests/cluster.pp
index de1b8bf4..d5f6893b 100644
--- a/bigtop-deploy/puppet/manifests/cluster.pp
+++ b/bigtop-deploy/puppet/manifests/cluster.pp
@@ -150,7 +150,7 @@ class hadoop_worker_node inherits hadoop_cluster_node {
}
}
-class hadoop_head_node inherits hadoop_cluster_node {
+class hadoop_head_node inherits hadoop_worker_node {
if ($hadoop_security_authentication == "kerberos") {
include kerberos::server
@@ -232,13 +232,6 @@ class hadoop_head_node inherits hadoop_cluster_node {
kerberos_realm => $kerberos_realm,
}
- solr::server { "solrcloud server":
- collections => $solrcloud_collections,
- port => $solrcloud_port,
- port_admin => $solrcloud_port_admin,
- zk => $solrcloud_zk,
- }
-
exec { "init hdfs":
path => ['/bin','/sbin','/usr/bin','/usr/sbin'],
command => 'bash -x /usr/lib/hadoop/libexec/init-hdfs.sh',