Author: ncole
Date: Sat Jun  1 00:17:33 2013
New Revision: 1488441

URL: http://svn.apache.org/r1488441
Log:
AMBARI-2246. Fix for puppet to handle Hadoop 2.0.3 dependencies

Modified:
    incubator/ambari/branches/branch-1.4.0/CHANGES.txt
    
incubator/ambari/branches/branch-1.4.0/ambari-agent/src/main/puppet/modules/hdp/manifests/params.pp

Modified: incubator/ambari/branches/branch-1.4.0/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.4.0/CHANGES.txt?rev=1488441&r1=1488440&r2=1488441&view=diff
==============================================================================
--- incubator/ambari/branches/branch-1.4.0/CHANGES.txt (original)
+++ incubator/ambari/branches/branch-1.4.0/CHANGES.txt Sat Jun  1 00:17:33 2013
@@ -25,6 +25,8 @@ Branch 1.4.0:
 
  BUG FIXES
 
+ AMBARI-2246. Fix for puppet to handle Hadoop 2.0.3 dependencies. (ncole)
+
  AMBARI-2245. Fix for nagios showing UNKNOWN for YARN and MR2. (ncole)
 
  AMBARI-2242. Add 2.0.1 stack definition as a test resources. (smohanty)

Modified: 
incubator/ambari/branches/branch-1.4.0/ambari-agent/src/main/puppet/modules/hdp/manifests/params.pp
URL: 
http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.4.0/ambari-agent/src/main/puppet/modules/hdp/manifests/params.pp?rev=1488441&r1=1488440&r2=1488441&view=diff
==============================================================================
--- 
incubator/ambari/branches/branch-1.4.0/ambari-agent/src/main/puppet/modules/hdp/manifests/params.pp
 (original)
+++ 
incubator/ambari/branches/branch-1.4.0/ambari-agent/src/main/puppet/modules/hdp/manifests/params.pp
 Sat Jun  1 00:17:33 2013
@@ -395,6 +395,11 @@ class hdp::params()
           64 => {
             'ALL' => ['hadoop','hadoop-libhdfs','hadoop-lzo', 
'hadoop-lzo-native']
           }
+        },
+        '2.0.3' => {
+          64 => {
+            'ALL' => ['hadoop','hadoop-libhdfs','hadoop-lzo', 
'hadoop-lzo-native']
+          }
         }
       },
 


Reply via email to