zinking commented on code in PR #37023:
URL: https://github.com/apache/arrow/pull/37023#discussion_r1286520244


##########
ci/docker/java-jni-manylinux-201x.dockerfile:
##########
@@ -34,7 +34,7 @@ RUN vcpkg install \
 
 # Install Java
 ARG java=1.8.0
-ARG maven=3.9.3
+ARG maven=3.9.4
 RUN yum install -y java-$java-openjdk-devel && \
       yum clean all && \
       curl 
https://dlcdn.apache.org/maven/maven-3/${maven}/binaries/apache-maven-${maven}-bin.tar.gz
 | \

Review Comment:
   ```
   ------
    > [ 6/11] RUN curl 
https://www.apache.org/dyn/closer.lua?action=download&filename=maven/maven-3/3.9.3/binaries/apache-maven-3.9.3-bin.tar.gz
 |         tar xfz - -C /usr/local:
   0.136 bash: cannot set terminal process group (-1): Inappropriate ioctl for 
device
   0.136 bash: no job control in this shell
   0.139 [1] 9
   0.141
   0.141 gzip: stdin: unexpected end of file
   0.142 tar: Child returned status 1
   0.142 tar: Error is not recoverable: exiting now
   ```
   
   this is a bit weird, things works fine when I do it from my mac. but on 
centos it complains with above error.



-- 
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]

Reply via email to