You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vi...@apache.org on 2012/06/07 05:37:06 UTC

svn commit: r1347361 - in /incubator/ambari/branches/ambari-186: CHANGES.txt hmc/php/puppet/genmanifest/generateManifest.php

Author: vikram
Date: Thu Jun  7 03:37:05 2012
New Revision: 1347361

URL: http://svn.apache.org/viewvc?rev=1347361&view=rev
Log:
AMBARI-511. Support rpms for mysql connector and other tars. Fix for previous patch (Contributed by Jitendra)

Modified:
    incubator/ambari/branches/ambari-186/CHANGES.txt
    incubator/ambari/branches/ambari-186/hmc/php/puppet/genmanifest/generateManifest.php

Modified: incubator/ambari/branches/ambari-186/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/CHANGES.txt?rev=1347361&r1=1347360&r2=1347361&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/CHANGES.txt (original)
+++ incubator/ambari/branches/ambari-186/CHANGES.txt Thu Jun  7 03:37:05 2012
@@ -6,6 +6,8 @@ characters wide.
 
 Release 0.1.x - unreleased
 
+  AMBARI-511. Fix for the previous 511 patch.
+
   AMBARI-512. Fix puppet manifests for tarball downloads via rpms. (Mahadev via Vikram)
 
   AMBARI-511. Support rpms for mysql connector and other tars. (Jitendra via Vikram)

Modified: incubator/ambari/branches/ambari-186/hmc/php/puppet/genmanifest/generateManifest.php
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/hmc/php/puppet/genmanifest/generateManifest.php?rev=1347361&r1=1347360&r2=1347361&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/hmc/php/puppet/genmanifest/generateManifest.php (original)
+++ incubator/ambari/branches/ambari-186/hmc/php/puppet/genmanifest/generateManifest.php Thu Jun  7 03:37:05 2012
@@ -213,7 +213,7 @@ include "RoleDependencies.php";
      "hdp-hbase::regionserver" => "hbase",
      "hdp-hbase::client" => "hbase",
      "hdp-pig" => "pig.noarch",
-     "hdp-sqoop" => "sqoop",
+     "hdp-sqoop" => "sqoop mysql-connector-java-5.0.8-4.jpp5",
      "hdp-hive::server" => "hive mysql-connector-java-5.0.8-4.jpp5",
      "hdp-hive::client" => "hive",
      "hdp-hcat" => "hcatalog",