HalimKim commented on code in PR #27:
URL: https://github.com/apache/bigtop-manager/pull/27#discussion_r1694047277


##########
bigtop-manager-server/src/main/resources/application.yml:
##########
@@ -58,7 +58,7 @@ spring:
     show-sql: true
     properties:
       eclipselink:
-        ddl-generation: create-or-extend-tables
+        ddl-generation: create-tables

Review Comment:
   setting it as 'none' doesn't insert into sequence table, I think i should 
add insert query in the ddl file like ambari did.
   
   
https://github.com/apache/ambari/blob/trunk/ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql#L1159-L1218
   
   After some test, I will correct the code. thank you



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to