Repository: bigtop
Updated Branches:
  refs/heads/master db4c4dbe9 -> 83923cf39


BIGTOP-1619. change hadoop namenode port to 8020 (apache default port) in 
puppet script

Signed-off-by: Evans Ye <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/83923cf3
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/83923cf3
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/83923cf3

Branch: refs/heads/master
Commit: 83923cf3950e97c5dc93399ff472bbe5559c626b
Parents: db4c4db
Author: Vishnu Gajendran <[email protected]>
Authored: Sat Jan 24 13:09:00 2015 +0000
Committer: Evans Ye <[email protected]>
Committed: Sat Jan 24 13:15:23 2015 +0000

----------------------------------------------------------------------
 bigtop-deploy/puppet/manifests/cluster.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/83923cf3/bigtop-deploy/puppet/manifests/cluster.pp
----------------------------------------------------------------------
diff --git a/bigtop-deploy/puppet/manifests/cluster.pp 
b/bigtop-deploy/puppet/manifests/cluster.pp
index 9abd305..903f3e8 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"

Reply via email to