You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by GitBox <gi...@apache.org> on 2022/08/05 03:57:03 UTC

[GitHub] [orc] williamhyun opened a new pull request, #1212: ORC-1241: use `apache/orc-dev` DockerHub repository in Docker tests

williamhyun opened a new pull request, #1212:
URL: https://github.com/apache/orc/pull/1212

   ### What changes were proposed in this pull request?
   This PR aims to use `apache/orc-dev` DockerHub repository in Docker tests.
   
   
   ### Why are the changes needed?
   https://issues.apache.org/jira/browse/INFRA-23534 
   We should utilize the prebuilt image 
   
   ### How was this patch tested?
   Manually. 


-- 
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: issues-unsubscribe@orc.apache.org

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


[GitHub] [orc] williamhyun commented on pull request #1212: ORC-1241: use `apache/orc-dev` DockerHub repository in Docker tests

Posted by GitBox <gi...@apache.org>.
williamhyun commented on PR #1212:
URL: https://github.com/apache/orc/pull/1212#issuecomment-1206014895

   cc: @dongjoon-hyun 


-- 
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: issues-unsubscribe@orc.apache.org

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


[GitHub] [orc] dongjoon-hyun closed pull request #1212: ORC-1241: Use `apache/orc-dev` DockerHub repository in Docker tests

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun closed pull request #1212: ORC-1241: Use `apache/orc-dev` DockerHub repository in Docker tests
URL: https://github.com/apache/orc/pull/1212


-- 
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: issues-unsubscribe@orc.apache.org

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


[GitHub] [orc] dongjoon-hyun commented on pull request #1212: ORC-1241: Use `apache/orc-dev` DockerHub repository in Docker tests

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on PR #1212:
URL: https://github.com/apache/orc/pull/1212#issuecomment-1206017507

   It works perfectly.
   
   ```
   $ ./run-all.sh local main
   Launching centos7 as 5909
   Launching debian10 as 5910
   Launching debian11 as 5911
   Launching ubuntu18 as 5912
   Launching ubuntu20 as 5913
   Launching ubuntu22 as 5914
   Launching debian10_jdk=11 as 5915
   Launching ubuntu20_jdk=11 as 5916
   Launching ubuntu20_jdk=11_cc=clang as 5917
   Waiting for 5909
   ```
   
   ```
   $ head -n3 logs/*test.log
   ==> logs/centos7-test.log <==
   Started local run for usedocker on centos7 at Thu Aug  4 21:01:36 PDT 2022
   Unable to find image 'apache/orc-dev:centos7' locally
   centos7: Pulling from apache/orc-dev
   
   ==> logs/debian10-test.log <==
   Started local run for usedocker on debian10 at Thu Aug  4 21:01:36 PDT 2022
   Unable to find image 'apache/orc-dev:debian10' locally
   debian10: Pulling from apache/orc-dev
   
   ==> logs/debian10_jdk=11-test.log <==
   Started local run for usedocker on debian10_jdk=11 at Thu Aug  4 21:01:36 PDT 2022
   Unable to find image 'apache/orc-dev:debian10_jdk-11' locally
   debian10_jdk-11: Pulling from apache/orc-dev
   
   ==> logs/debian11-test.log <==
   Started local run for usedocker on debian11 at Thu Aug  4 21:01:36 PDT 2022
   Unable to find image 'apache/orc-dev:debian11' locally
   debian11: Pulling from apache/orc-dev
   
   ==> logs/ubuntu18-test.log <==
   Started local run for usedocker on ubuntu18 at Thu Aug  4 21:01:36 PDT 2022
   Unable to find image 'apache/orc-dev:ubuntu18' locally
   ubuntu18: Pulling from apache/orc-dev
   
   ==> logs/ubuntu20-test.log <==
   Started local run for usedocker on ubuntu20 at Thu Aug  4 21:01:36 PDT 2022
   Unable to find image 'apache/orc-dev:ubuntu20' locally
   ubuntu20: Pulling from apache/orc-dev
   
   ==> logs/ubuntu20_jdk=11-test.log <==
   Started local run for usedocker on ubuntu20_jdk=11 at Thu Aug  4 21:01:36 PDT 2022
   Unable to find image 'apache/orc-dev:ubuntu20_jdk-11' locally
   ubuntu20_jdk-11: Pulling from apache/orc-dev
   
   ==> logs/ubuntu20_jdk=11_cc=clang-test.log <==
   Started local run for usedocker on ubuntu20_jdk=11_cc=clang at Thu Aug  4 21:01:36 PDT 2022
   Unable to find image 'apache/orc-dev:ubuntu20_jdk-11_cc-clang' locally
   ubuntu20_jdk-11_cc-clang: Pulling from apache/orc-dev
   
   ==> logs/ubuntu22-test.log <==
   Started local run for usedocker on ubuntu22 at Thu Aug  4 21:01:36 PDT 2022
   Unable to find image 'apache/orc-dev:ubuntu22' locally
   ubuntu22: Pulling from apache/orc-dev
   ```


-- 
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: issues-unsubscribe@orc.apache.org

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


[GitHub] [orc] dongjoon-hyun commented on pull request #1212: ORC-1241: Use `apache/orc-dev` DockerHub repository in Docker tests

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on PR #1212:
URL: https://github.com/apache/orc/pull/1212#issuecomment-1206017716

   Since this is irrelevant to the GitHub Action yet, let me merge this.


-- 
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: issues-unsubscribe@orc.apache.org

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