wolfboys commented on code in PR #2288: URL: https://github.com/apache/incubator-streampark/pull/2288#discussion_r1095397788
########## streampark-console/streampark-console-service/src/main/assembly/bin/streampark.sh: ########## @@ -68,6 +68,20 @@ else RESET="" fi +JAVA_OPTS=""" + $vmOption Review Comment: Why do you move the position of `JAVA_OPTS`? , this will be `vmOption` variable is empty -- 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]
