hiroyuki-sato commented on PR #47126:
URL: https://github.com/apache/arrow/pull/47126#issuecomment-3078495405
* `integration_hdfs.sh` is only used by docker-compose.yml
* `conda-python-hdfs` image is only used by
`test-conda-python-3.10-hdfs-XXXX`
```
rg -B 40 'integration_hdfs.sh'
docker-compose.yml
1862-
1863- conda-python-hdfs:
1864- # Usage:
1865- # docker compose build conda-cpp
1866- # docker compose build conda-python
1867- # docker compose build conda-python-hdfs
1868- # docker compose run conda-python-hdfs
1869- image: ${REPO}:${ARCH}-conda-python-${PYTHON}-hdfs-${HDFS}
1870- build:
1871- context: .
# .. snip
1899- command:
1900- ["/arrow/ci/scripts/cpp_build.sh /arrow /build &&
1901- /arrow/ci/scripts/python_build.sh /arrow /build &&
1902: /arrow/ci/scripts/integration_hdfs.sh /arrow /build"]
```
```
rg -B 9 'conda-python-hdfs' dev/tasks/tasks.yml
1178-
1179-{% for hdfs_version in ["2.9.2", "3.2.1"] %}
1180- test-conda-python-3.10-hdfs-{{ hdfs_version }}:
1181- ci: github
1182- template: docker-tests/github.linux.yml
1183- params:
1184- env:
1185- HDFS: "{{ hdfs_version }}"
1186- PYTHON: "3.10"
1187: image: conda-python-hdfs
```
--
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]