|
@@ -1,15 +1,15 @@
|
|
|
-import '/home/centos/ambari/ambari-agent/src/main/puppet/modules/hdp/manifests/*.pp'
|
|
|
-import '/home/centos/ambari/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/*.pp'
|
|
|
-import '/home/centos/ambari/ambari-agent/src/main/puppet/modules/hdp-hbase/manifests/*.pp'
|
|
|
-import '/home/centos/ambari/ambari-agent/src/main/puppet/modules/hdp-zookeeper/manifests/*.pp'
|
|
|
-import '/home/centos/ambari/ambari-agent/src/main/puppet/modules/hdp-oozie/manifests/*.pp'
|
|
|
-import '/home/centos/ambari/ambari-agent/src/main/puppet/modules/hdp-pig/manifests/*.pp'
|
|
|
-import '/home/centos/ambari/ambari-agent/src/main/puppet/modules/hdp-sqoop/manifests/*.pp'
|
|
|
-import '/home/centos/ambari/ambari-agent/src/main/puppet/modules/hdp-templeton/manifests/*.pp'
|
|
|
-import '/home/centos/ambari/ambari-agent/src/main/puppet/modules/hdp-hive/manifests/*.pp'
|
|
|
-import '/home/centos/ambari/ambari-agent/src/main/puppet/modules/hdp-hcat/manifests/*.pp'
|
|
|
-import '/home/centos/ambari/ambari-agent/src/main/puppet/modules/hdp-mysql/manifests/*.pp'
|
|
|
-import '/home/centos/ambari/ambari-agent/src/main/puppet/modules/hdp-monitor-webserver/manifests/*.pp'
|
|
|
+import '/media/sf_/home/mahadev/workspace/ambari-workspace/ambari-git/ambari-agent/src/main/puppet/modules/hdp/manifests/*.pp'
|
|
|
+import '/media/sf_/home/mahadev/workspace/ambari-workspace/ambari-git/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/*.pp'
|
|
|
+import '/media/sf_/home/mahadev/workspace/ambari-workspace/ambari-git/ambari-agent/src/main/puppet/modules/hdp-hbase/manifests/*.pp'
|
|
|
+import '/media/sf_/home/mahadev/workspace/ambari-workspace/ambari-git/ambari-agent/src/main/puppet/modules/hdp-zookeeper/manifests/*.pp'
|
|
|
+import '/media/sf_/home/mahadev/workspace/ambari-workspace/ambari-git/ambari-agent/src/main/puppet/modules/hdp-oozie/manifests/*.pp'
|
|
|
+import '/media/sf_/home/mahadev/workspace/ambari-workspace/ambari-git/ambari-agent/src/main/puppet/modules/hdp-pig/manifests/*.pp'
|
|
|
+import '/media/sf_/home/mahadev/workspace/ambari-workspace/ambari-git/ambari-agent/src/main/puppet/modules/hdp-sqoop/manifests/*.pp'
|
|
|
+import '/media/sf_/home/mahadev/workspace/ambari-workspace/ambari-git/ambari-agent/src/main/puppet/modules/hdp-templeton/manifests/*.pp'
|
|
|
+import '/media/sf_/home/mahadev/workspace/ambari-workspace/ambari-git/ambari-agent/src/main/puppet/modules/hdp-hive/manifests/*.pp'
|
|
|
+import '/media/sf_/home/mahadev/workspace/ambari-workspace/ambari-git/ambari-agent/src/main/puppet/modules/hdp-hcat/manifests/*.pp'
|
|
|
+import '/media/sf_/home/mahadev/workspace/ambari-workspace/ambari-git/ambari-agent/src/main/puppet/modules/hdp-mysql/manifests/*.pp'
|
|
|
+import '/media/sf_/home/mahadev/workspace/ambari-workspace/ambari-git/ambari-agent/src/main/puppet/modules/hdp-monitor-webserver/manifests/*.pp'
|
|
|
$NAMENODE= ['h2.hortonworks.com']
|
|
|
$DATANODE= ['h1.hortonworks.com', 'h2.hortonworks.com']
|
|
|
$hdfs_user="hdfs"
|
|
@@ -66,13 +66,6 @@ $task_bin_exe = "ls"
|
|
|
$hadoop_piddirprefix = "/tmp"
|
|
|
$ganglia_server_host = "localhost"
|
|
|
node /default/ {
|
|
|
- stage{1 :} -> stage{2 :} -> stage{3 :} -> stage{4 :} -> stage{5 :} -> stage{6 :} -> stage{7 :} -> stage{8 :}
|
|
|
+ stage{1 :}
|
|
|
class {'hdp-hadoop::namenode': stage => 1, service_state => installed_and_configured}
|
|
|
-class {'hdp-hadoop::datanode': stage => 2, service_state => installed_and_configured}
|
|
|
-class {'hdp-hbase::master': stage => 3, service_state => installed_and_configured}
|
|
|
-class {'hdp-hive::server': stage => 4, service_state => installed_and_configured}
|
|
|
-class {'hdp-hive::client': stage => 5, service_state => installed_and_configured}
|
|
|
-class {'hdp-oozie::server': stage => 6, service_state => installed_and_configured}
|
|
|
-class {'hdp-templeton::server': stage => 7, service_state => installed_and_configured}
|
|
|
-class {'hdp-templeton::client': stage => 8, service_state => installed_and_configured}
|
|
|
}
|