CalvinKirs commented on pull request #7085: URL: https://github.com/apache/dolphinscheduler/pull/7085#issuecomment-982556920
> This is actually intentional because we need the same path structure in IDE and in distributed package, in IDE the class path is relative to `src/resource` so we can access these sql files via `classpath:sql/....` but in distributed package, the class path is `download/path/sql`. we can modify the class path to `download/path` in distributed package but that includes too many unnecessary contents  But when I executed sh script/create-dolphinscheduler.sh after the binary package was packaged, he reported an error. Did I do something wrong? -- 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]
