liuxunorg commented on a change in pull request #43: SUBMARINE-234. Add submarine-data.sql to the doc for database. URL: https://github.com/apache/hadoop-submarine/pull/43#discussion_r334220982
########## File path: docs/database/README.md ########## @@ -107,7 +114,8 @@ mysql> CREATE USER 'submarine_test'@'%' IDENTIFIED BY 'password_test'; mysql> GRANT ALL PRIVILEGES ON * . * TO 'submarine_test'@'%'; mysql> CREATE DATABASE `submarineDB_test` CHARACTER SET utf8 COLLATE utf8_general_ci; mysql> use `submarineDB_test`; -mysql> source ./docs/database/submarine.sql; +mysql> source /submarine.sql; +mysql> source /submarine-data.sql; Review comment: Cannot execute `submarine-data.sql` in the `submarineDB_test` database, Because the data in `submarineDB_test` is all generated by the test case. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
