Repository: ambari
Updated Branches:
  refs/heads/trunk 559894b7e -> 40823388e


AMBARI-16460. ambari-server start failed (Vitalyi Brodetskyi via smohanty)


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

Branch: refs/heads/trunk
Commit: 40823388e273f5a35769c716e663837f54d732f6
Parents: 559894b
Author: Sumit Mohanty <smoha...@hortonworks.com>
Authored: Wed May 11 11:53:25 2016 -0700
Committer: Sumit Mohanty <smoha...@hortonworks.com>
Committed: Wed May 11 11:53:25 2016 -0700

----------------------------------------------------------------------
 ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/40823388/ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql 
b/ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql
index 22413e0..f6ee1e7 100644
--- a/ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql
+++ b/ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql
@@ -1076,7 +1076,7 @@ INSERT INTO ambari_sequences(sequence_name, 
sequence_value) VALUES
   ('blueprint_setting_id_seq', 0),
   ('ambari_operation_history_id_seq', 0),
   ('remote_cluster_id_seq', 0),
-  ('remote_cluster_service_id_seq', 0),;
+  ('remote_cluster_service_id_seq', 0);
 
 INSERT INTO adminresourcetype (resource_type_id, resource_type_name) VALUES
   (1, 'AMBARI'),

Reply via email to