We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
优化 dinky 启动脚本的中的classpath
由于classpath 使用了相对路径,导致启动dinky 只能进入dinky 安装目录进行启动,这在某些情况下会造成不便
CLASS_PATH=".:./lib/*:config:./extends/*:./plugins/*:./customJar/*:./plugins/flink${FLINK_VERSION}/dinky/*:./plugins/flink${FLINK_VERSION}/*:./extends/flink${FLINK_VERSION}/dinky/*:./extends/flink${FLINK_VERSION}/*"
优化为使用基于 APP_HOME 的绝对路径
The text was updated successfully, but these errors were encountered:
[Optimization][script] Optimizing the classpath in the Dinky startup …
aa4ff99
…script DataLinkDC#3076
JiaLiangC
Successfully merging a pull request may close this issue.
Search before asking
Description
优化 dinky 启动脚本的中的classpath
由于classpath 使用了相对路径,导致启动dinky 只能进入dinky 安装目录进行启动,这在某些情况下会造成不便
优化为使用基于 APP_HOME 的绝对路径
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: