liuxunorg commented on a change in pull request #22: SUBMARINE-207. Exclude
mysql jdbc jar from the path of workbench/lib.
URL: https://github.com/apache/hadoop-submarine/pull/22#discussion_r329355462
##########
File path: bin/workbench-daemon.sh
##########
@@ -140,6 +160,10 @@ function find_workbench_process() {
fi
}
+
+if [[ "$2" = "getMysqlJar" ]]; then
Review comment:
Do not increase the parameters of `workbench-daemon.sh`,
When the workbench-daemon is running, Just check if the mysql.jar file is
included.
If there is no prompt for the user to enter the [N] key to install itself,
`workbench-daemon.sh` exits.
Or enter the [Y] button to download directly.
Because, without mysql.jar, the workbench server is not working.
----------------------------------------------------------------
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