Author: swagle
Date: Mon Apr 8 17:06:57 2013
New Revision: 1465685
URL: http://svn.apache.org/r1465685
Log:
AMBARI-1836. Remove hard-coded ports from agent scripts. (swagle)
Modified:
incubator/ambari/trunk/CHANGES.txt
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/params.pp
Modified: incubator/ambari/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1465685&r1=1465684&r2=1465685&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Mon Apr 8 17:06:57 2013
@@ -656,6 +656,8 @@ Trunk (unreleased changes):
BUG FIXES
+ AMBARI-1836. Remove hard-coded ports from agent scripts. (swagle)
+
AMBARI-1834. Reduce the number of states that a host component can be in.
(smohanty)
Modified:
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/params.pp
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/params.pp?rev=1465685&r1=1465684&r2=1465685&view=diff
==============================================================================
---
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/params.pp
(original)
+++
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/params.pp
Mon Apr 8 17:06:57 2013
@@ -45,8 +45,8 @@ class hdp-hadoop::params(
$enable_security_authorization = false
$security_type = "simple"
$task_controller = "org.apache.hadoop.mapred.DefaultTaskController"
- $dfs_datanode_address = 50075
- $dfs_datanode_http_address = 50075
+ $dfs_datanode_address = hdp_default("dfs_datanode_address","50010")
+ $dfs_datanode_http_address =
hdp_default("dfs_datanode_http_address","50075")
}
### hadoop-env