You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2013/04/04 19:08:20 UTC

svn commit: r1464642 - in /incubator/ambari/trunk: CHANGES.txt ambari-server/src/main/resources/Ambari-DDL-Postgres-DROP.sql

Author: smohanty
Date: Thu Apr  4 17:08:19 2013
New Revision: 1464642

URL: http://svn.apache.org/r1464642
Log:
AMBARI-1786. Ambari server start fail after reset. (smohanty)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-server/src/main/resources/Ambari-DDL-Postgres-DROP.sql

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1464642&r1=1464641&r2=1464642&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Thu Apr  4 17:08:19 2013
@@ -549,6 +549,8 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1786. Ambari server start fail after reset. (smohanty)
+
  AMBARI-1784. MapReduce service damaging after hadoop installation with 
  custom MapReduce user which contains symbol '-'. (smohanty)
 

Modified: incubator/ambari/trunk/ambari-server/src/main/resources/Ambari-DDL-Postgres-DROP.sql
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-server/src/main/resources/Ambari-DDL-Postgres-DROP.sql?rev=1464642&r1=1464641&r2=1464642&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-server/src/main/resources/Ambari-DDL-Postgres-DROP.sql (original)
+++ incubator/ambari/trunk/ambari-server/src/main/resources/Ambari-DDL-Postgres-DROP.sql Thu Apr  4 17:08:19 2013
@@ -66,6 +66,7 @@ DROP TABLE ambari.clusterconfig CASCADE;
 DROP TABLE ambari.clusterconfigmapping CASCADE;
 DROP TABLE ambari.user_roles CASCADE;
 DROP TABLE ambari.key_value_store CASCADE;
+DROP TABLE ambari.ambari_sequences CASCADE;
 DROP TABLE ambari.metainfo CASCADE;
 DROP SEQUENCE ambari.host_role_command_task_id_seq;
 DROP SEQUENCE ambari.clusters_cluster_id_seq;