Jimexist commented on code in PR #521: URL: https://github.com/apache/arrow-ballista/pull/521#discussion_r1025929092
########## dev/docker/ballista-standalone.Dockerfile: ########## @@ -33,6 +33,9 @@ RUN apt-get -qq update && apt-get install -qq -y nginx netcat wget COPY target/$RELEASE_FLAG/ballista-scheduler /root/ballista-scheduler COPY target/$RELEASE_FLAG/ballista-executor /root/ballista-executor +RUN chmod a+x /root/ballista-scheduler && \ + chmod a+x /root/ballista-executor Review Comment: ideally this should be placed into `/usr/local/bin` or `/usr/bin` so that others can use. using `/root/` isn't user friendly for non-root users -- 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]
