Quanlong Huang created IMPALA-13327:
---------------------------------------
Summary: bin/bootstrap_toolchain.py always download
hbase-2.6.0-hadoop3-bin.tar.gz when USE_APACHE_COMPONENTS=true
Key: IMPALA-13327
URL: https://issues.apache.org/jira/browse/IMPALA-13327
Project: IMPALA
Issue Type: Bug
Components: Infrastructure
Reporter: Quanlong Huang
bin/bootstrap_toolchain.py always re-download hbase-2.6.0-hadoop3-bin.tar.gz
even if it's already downloaded and extracted.
{code:bash}
export USE_APACHE_COMPONENTS=true
source bin/impala-config.sh
bin/bootstrap_toolchain.py{code}
Always see this:
{noformat}
2024-08-26 07:12:05,631 Thread-1 INFO: Downloading
https://www.apache.org/dyn/closer.cgi/hbase/2.6.0/hbase-2.6.0-hadoop3-bin.tar.gz?action=download
to
/media/quanlong/hdd-backup/impala-apache-components/toolchain/apache_components/hbase-2.6.0-hadoop3-bin.tar.gz
(attempt 1)
2024-08-26 07:12:13,240 Thread-1 INFO: Extracting
hbase-2.6.0-hadoop3-bin.tar.gz{noformat}
Other components don't have this issue.
CC [~eub]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)