You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2014/07/27 20:01:37 UTC

git commit: AMBARI-6628. Cannot start ambari-server due to empty metainfo table. (srimanth)

Repository: ambari
Updated Branches:
  refs/heads/trunk 5dd5f657d -> b12ab2564


AMBARI-6628. Cannot start ambari-server due to empty metainfo table. (srimanth)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b12ab256
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b12ab256
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b12ab256

Branch: refs/heads/trunk
Commit: b12ab2564273ddbd8fe1824dd7c9df1edcc44cb5
Parents: 5dd5f65
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Sun Jul 27 10:53:12 2014 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Sun Jul 27 10:59:56 2014 -0700

----------------------------------------------------------------------
 ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql    | 2 +-
 .../src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b12ab256/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql b/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
index f43190d..43addca 100644
--- a/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
+++ b/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
@@ -304,7 +304,7 @@ BEGIN;
   union all
   select 'alert_history_id_seq', 0
   union all
-  select 'alert_notice_id_seq', 0,
+  select 'alert_notice_id_seq', 0
   union all
   select 'alert_current_id_seq', 0;
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/b12ab256/ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql b/ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql
index aac5521..2fc99be 100644
--- a/ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql
+++ b/ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql
@@ -376,7 +376,7 @@ INSERT INTO ambari.ambari_sequences (sequence_name, "value")
   union all
   select 'alert_history_id_seq', 0
   union all
-  select 'alert_notice_id_seq', 0,
+  select 'alert_notice_id_seq', 0
   union all
   select 'alert_current_id_seq', 0;