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


##########
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:
   ```
   curl --location 
https://www.apache.org/dyn/closer.lua\?action\=download\&filename\=maven/maven-3/$\{maven\}/binaries/apache-maven-$\{maven\}-bin.tar.gz
 | \
   pipe>         tar xfz - -C /usr/local
     % Total    % Received % Xferd  Average Speed   Time    Time     Time  
Current
                                    Dload  Upload   Total   Spent    Left  Speed
   100    74  100    74    0     0     83      0 --:--:-- --:--:-- --:--:--    
83
   
   gzip: stdin: not in gzip format
   tar: Child returned status 1
   tar: Error is not recoverable: exiting now
   ```
   
   but if I down load and run tar zxf against the file, seems worked.



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