소스 검색

AMBARI-16240: Ambari operation history: Syntax error in Ambari-DDL-Postgres-CREATE.sql causes ambari-server setup to fail in 2.4.0.0-489

Nahappan Somasundaram 9 년 전
부모
커밋
b933445cf7

+ 1 - 1
ambari-server/src/main/resources/Ambari-DDL-Derby-CREATE.sql

@@ -1089,7 +1089,7 @@ INSERT INTO ambari_sequences (sequence_name, sequence_value)
   union all
   union all
   select 'servicecomponent_history_id_seq', 0 FROM SYSIBM.SYSDUMMY1
   select 'servicecomponent_history_id_seq', 0 FROM SYSIBM.SYSDUMMY1
   union all
   union all
-  select 'blueprint_setting_id_seq', 0 FROM SYSIBM.SYSDUMMY1;
+  select 'blueprint_setting_id_seq', 0 FROM SYSIBM.SYSDUMMY1
   union all
   union all
   select 'ambari_operation_history_id_seq', 0 FROM SYSIBM.SYSDUMMY1;
   select 'ambari_operation_history_id_seq', 0 FROM SYSIBM.SYSDUMMY1;
 
 

+ 1 - 1
ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql

@@ -1086,7 +1086,7 @@ INSERT INTO ambari_sequences (sequence_name, sequence_value)
   union all
   union all
   select 'servicecomponent_history_id_seq', 0
   select 'servicecomponent_history_id_seq', 0
   union all
   union all
-  select 'blueprint_setting_id_seq', 0;
+  select 'blueprint_setting_id_seq', 0
   union all
   union all
   select 'ambari_operation_history_id_seq', 0;
   select 'ambari_operation_history_id_seq', 0;