Author: smohanty
Date: Mon Apr 1 18:14:04 2013
New Revision: 1463233
URL: http://svn.apache.org/r1463233
Log:
AMBARI-1761. Update the DDL update script to modify the table to include
ph_cpu_count. (smohanty)
Modified:
incubator/ambari/trunk/CHANGES.txt
incubator/ambari/trunk/ambari-server/src/main/resources/upgrade/ddl/Ambari-DDL-Postgres-UPGRADE-1.3.0.sql
Modified: incubator/ambari/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1463233&r1=1463232&r2=1463233&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Mon Apr 1 18:14:04 2013
@@ -541,6 +541,9 @@ Trunk (unreleased changes):
BUG FIXES
+ AMBARI-1761. Update the DDL update script to modify the table to
+ include ph_cpu_count. (smohanty)
+
AMBARI-1759. Error in creating host component. (smohanty)
AMBARI-1757. Add support for Stack 1.2.2 to Ambari. (smohanty)
Modified:
incubator/ambari/trunk/ambari-server/src/main/resources/upgrade/ddl/Ambari-DDL-Postgres-UPGRADE-1.3.0.sql
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-server/src/main/resources/upgrade/ddl/Ambari-DDL-Postgres-UPGRADE-1.3.0.sql?rev=1463233&r1=1463232&r2=1463233&view=diff
==============================================================================
---
incubator/ambari/trunk/ambari-server/src/main/resources/upgrade/ddl/Ambari-DDL-Postgres-UPGRADE-1.3.0.sql
(original)
+++
incubator/ambari/trunk/ambari-server/src/main/resources/upgrade/ddl/Ambari-DDL-Postgres-UPGRADE-1.3.0.sql
Mon Apr 1 18:14:04 2013
@@ -19,6 +19,7 @@
-- Upgrade from 1.2.0
ALTER TABLE ambari.hosts
+ ADD COLUMN ph_cpu_count INTEGER NOT NULL,
ALTER COLUMN disks_info TYPE VARCHAR(10000);
-- Upgrade to 1.3.0