You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/03/09 04:06:32 UTC

[GitHub] [dolphinscheduler] kezhenxu94 commented on pull request #8747: [Fix-8744][standalone-server] start standalone server failed

kezhenxu94 commented on pull request #8747:
URL: https://github.com/apache/dolphinscheduler/pull/8747#issuecomment-1062533576


   I look around and see this is indeed an issue, assembly plugin requires file permissions to be set explicitly, it won't retain the original permissions when assembly the tar, so we have to :
   
   - Assembly the executable files and non-executable files separately, which requires more maintenance
   - Do as this PR does, I prefer this one, it's just the style changed from `./xxx.sh` to `sh ./xxx.sh`


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org