You are viewing a plain text version of this content. The canonical link for it is here.
Posted to submarine-dev@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/10/12 04:58:18 UTC

[GitHub] [hadoop-submarine] liuxunorg commented on a change in pull request #43: SUBMARINE-234. Add submarine-data.sql to the doc for database.

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:
users@infra.apache.org


With regards,
Apache Git Services