erickguan commented on PR #7642: URL: https://github.com/apache/opendal/pull/7642#issuecomment-4619067153
Hey, I want to test docker and cache approach. - `docker pull apache/hadoop:3.3.5`: ~830MB. Total [workflow run ~2m](https://github.com/apache/opendal/actions/runs/26923080379/job/79427468305?pr=7642) <details> <summary>docker pull apache/hadoop:3.3.5 logs</summary> Run docker pull apache/hadoop:3.3.5 docker pull apache/hadoop:3.3.5 rm -rf /home/runner/hadoop-3.3.5 # intentionally not remove temp container because # GitHub use one-time virtual machine to run a CI run. docker cp $(docker create apache/hadoop:3.3.5):/opt/hadoop /home/runner/hadoop-3.3.5 shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} env: RUSTFLAGS: -C force-frame-pointers=yes -C debuginfo=1 RUST_BACKTRACE: 1 RUST_LOG: opendal=trace CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse PROTOC_VERSION: 23.4 PROTOC_ROOT: /home/runner/work/_temp/protoc/23.4 PROTOC_PLATFORM: linux-x86_64 ROCKSDB_LIB_DIR: /tmp/rocksdb/lib OP_CONNECT_HOST: *** OP_CONNECT_TOKEN: *** JAVA_HOME: /opt/hostedtoolcache/Java_Zulu_jdk/11.0.31-11/x64 JAVA_HOME_11_X64: /opt/hostedtoolcache/Java_Zulu_jdk/11.0.31-11/x64 3.3.5: Pulling from apache/hadoop 8ba884070f61: Pulling fs layer 93cf21fbbef2: Pulling fs layer c778ba593b2f: Pulling fs layer 782cc61249e1: Pulling fs layer 62371aa21ed7: Pulling fs layer a99f0329f9e1: Pulling fs layer a3de4f0aebed: Pulling fs layer 126875c5019e: Pulling fs layer 95cfbfe67739: Pulling fs layer e8adfb95322d: Pulling fs layer 73bf0366d627: Pulling fs layer 08af2d7d7ec2: Pulling fs layer 086c6a12104a: Pulling fs layer 13a0fd9e312b: Pulling fs layer 34a986ee3c28: Pulling fs layer b08b5eed2a97: Pulling fs layer 36b23ba8b2ef: Pulling fs layer 6503fca807cb: Pulling fs layer 4f4fb700ef54: Pulling fs layer a40c37f5072c: Pulling fs layer 56b17d50e686: Pulling fs layer 0b5833ca16bc: Pulling fs layer b08b5eed2a97: Waiting e8adfb95322d: Waiting 73bf0366d627: Waiting 6503fca807cb: Waiting 4f4fb700ef54: Waiting 08af2d7d7ec2: Waiting a40c37f5072c: Waiting 086c6a12104a: Waiting 13a0fd9e312b: Waiting 34a986ee3c28: Waiting a99f0329f9e1: Waiting 782cc61249e1: Waiting 62371aa21ed7: Waiting a3de4f0aebed: Waiting 56b17d50e686: Waiting 95cfbfe67739: Waiting 126875c5019e: Waiting 0b5833ca16bc: Waiting 36b23ba8b2ef: Waiting 93cf21fbbef2: Verifying Checksum 93cf21fbbef2: Download complete 782cc61249e1: Verifying Checksum 782cc61249e1: Download complete 8ba884070f61: Verifying Checksum 8ba884070f61: Download complete a99f0329f9e1: Verifying Checksum a99f0329f9e1: Download complete 62371aa21ed7: Verifying Checksum 62371aa21ed7: Download complete a3de4f0aebed: Verifying Checksum a3de4f0aebed: Download complete 126875c5019e: Verifying Checksum 126875c5019e: Download complete 95cfbfe67739: Verifying Checksum 95cfbfe67739: Download complete e8adfb95322d: Verifying Checksum e8adfb95322d: Download complete 73bf0366d627: Verifying Checksum 73bf0366d627: Download complete 08af2d7d7ec2: Verifying Checksum 08af2d7d7ec2: Download complete 086c6a12104a: Verifying Checksum 086c6a12104a: Download complete 13a0fd9e312b: Download complete 34a986ee3c28: Verifying Checksum 34a986ee3c28: Download complete b08b5eed2a97: Verifying Checksum b08b5eed2a97: Download complete 6503fca807cb: Verifying Checksum 6503fca807cb: Download complete 4f4fb700ef54: Download complete 36b23ba8b2ef: Verifying Checksum 36b23ba8b2ef: Download complete 56b17d50e686: Verifying Checksum 56b17d50e686: Download complete 0b5833ca16bc: Verifying Checksum 0b5833ca16bc: Download complete c778ba593b2f: Verifying Checksum c778ba593b2f: Download complete 8ba884070f61: Pull complete a40c37f5072c: Verifying Checksum a40c37f5072c: Download complete 93cf21fbbef2: Pull complete c778ba593b2f: Pull complete 782cc61249e1: Pull complete 62371aa21ed7: Pull complete a99f0329f9e1: Pull complete a3de4f0aebed: Pull complete 126875c5019e: Pull complete 95cfbfe67739: Pull complete e8adfb95322d: Pull complete 73bf0366d627: Pull complete 08af2d7d7ec2: Pull complete 086c6a12104a: Pull complete 13a0fd9e312b: Pull complete 34a986ee3c28: Pull complete b08b5eed2a97: Pull complete 36b23ba8b2ef: Pull complete 6503fca807cb: Pull complete 4f4fb700ef54: Pull complete a40c37f5072c: Pull complete 56b17d50e686: Pull complete 0b5833ca16bc: Pull complete Digest: sha256:2f9b7dcd77ed574eec63a0e570efd4a636d8dd527223b9536bcffe0bb596a921 Status: Downloaded newer image for apache/hadoop:3.3.5 docker.io/apache/hadoop:3.3.5 Run export HADOOP_HOME=/home/runner/hadoop-3.3.5 ``` </details> -- 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]
