BIGTOP-899. enabled deployment topology with 3 nodes
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/4c0e3218 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/4c0e3218 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/4c0e3218 Branch: refs/heads/master Commit: 4c0e32185d35f692ffa0f1a718403b12451453d7 Parents: faf13e2 Author: Roman Shaposhnik <[email protected]> Authored: Tue Apr 2 12:35:32 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Tue Apr 2 14:51:50 2013 -0700 ---------------------------------------------------------------------- bigtop-deploy/puppet/manifests/cluster.pp | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/4c0e3218/bigtop-deploy/puppet/manifests/cluster.pp ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/manifests/cluster.pp b/bigtop-deploy/puppet/manifests/cluster.pp index de1b8bf..d5f6893 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',
