andygrove commented on code in PR #521: URL: https://github.com/apache/arrow-ballista/pull/521#discussion_r1025954367
########## 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: I'd like to merge this to unblock cutting the RC, but it would be good to discuss this in another PR -- 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]
