aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy
diff options
context:
space:
mode:
authorVishnu Gajendran <vishng@amazon.com>2015-01-24 13:09:00 +0000
committerEvans Ye <evansye@apache.org>2015-01-24 13:15:23 +0000
commit83923cf3950e97c5dc93399ff472bbe5559c626b (patch)
tree96ca01d037cc6cecf938cb1ad5b371bab5de7d48 /bigtop-deploy
parentdb4c4dbe9bb8522f2ebcffd9319c4dd3169f798e (diff)
BIGTOP-1619. change hadoop namenode port to 8020 (apache default port) in puppet script
Signed-off-by: Evans Ye <evansye@apache.org>
Diffstat (limited to 'bigtop-deploy')
-rw-r--r--bigtop-deploy/puppet/manifests/cluster.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigtop-deploy/puppet/manifests/cluster.pp b/bigtop-deploy/puppet/manifests/cluster.pp
index 9abd3051..903f3e8d 100644
--- a/bigtop-deploy/puppet/manifests/cluster.pp
+++ b/bigtop-deploy/puppet/manifests/cluster.pp
@@ -30,7 +30,7 @@ class hadoop_cluster_node {
"disabled" => $hadoop_head_node,
default => [ $hadoop_head_node, $standby_head_node ],
}
- $hadoop_namenode_port = extlookup("hadoop_namenode_port", "17020")
+ $hadoop_namenode_port = extlookup("hadoop_namenode_port", "8020")
$hadoop_dfs_namenode_plugins = extlookup("hadoop_dfs_namenode_plugins", "")
$hadoop_dfs_datanode_plugins = extlookup("hadoop_dfs_datanode_plugins", "")
# $hadoop_dfs_namenode_plugins="org.apache.hadoop.thriftfs.NamenodePlugin"