andygrove commented on PR #240:
URL: https://github.com/apache/arrow-ballista/pull/240#issuecomment-1250345557

   Thanks @rahulpenti. I am testing this now and see an issue when I run this 
on Ubuntu with an AMD processor:
   
   ```
   Step 11/41 : RUN CPU_ARCH=`uname -m` &&   if [ $CPU_ARCH=="aarch64" ]; then 
CPU_ARCH="aarch_64"; fi &&   export 
PROTO_ZIP="protoc-${PROTOC_VERSION}-linux-${ARCH}.zip" &&   curl -LO 
https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOC_VERSION/$PROTO_ZIP
 &&   unzip $PROTO_ZIP
    ---> Running in 94c5d440b18b
     % Total    % Received % Xferd  Average Speed   Time    Time     Time  
Current
                                    Dload  Upload   Total   Spent    Left  Speed
   100     9  100     9    0     0     36      0 --:--:-- --:--:-- --:--:--    
36
   Archive:  protoc-21.4-linux-.zip
     End-of-central-directory signature not found.  Either this file is not
     a zipfile, or it constitutes one disk of a multi-part archive.  In the
     latter case the central directory and zipfile comment will be found on
     the last disk(s) of this archive.
   unzip:  cannot find zipfile directory in one of protoc-21.4-linux-.zip or
           protoc-21.4-linux-.zip.zip, and cannot find 
protoc-21.4-linux-.zip.ZIP, period.
   The command '/bin/sh -c CPU_ARCH=`uname -m` &&   if [ $CPU_ARCH=="aarch64" 
]; then CPU_ARCH="aarch_64"; fi &&   export 
PROTO_ZIP="protoc-${PROTOC_VERSION}-linux-${ARCH}.zip" &&   curl -LO 
https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOC_VERSION/$PROTO_ZIP
 &&   unzip $PROTO_ZIP' returned a non-zero code: 9
   ```


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