You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/18 03:36:52 UTC

[GitHub] [arrow-ballista] andygrove commented on a diff in pull request #521: Ballista gets a docker image!!!

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: github-unsubscribe@arrow.apache.org

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