This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-4.1 by this push:
     new 132b50b370e branch-4.1: [fix](docker): Fix Hive3 docker OSS 
configuration to use Jindo fs #61822 (#61927)
132b50b370e is described below

commit 132b50b370edd4a35bc2741226a47d3ee2ee9999
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 31 18:28:43 2026 +0800

    branch-4.1: [fix](docker): Fix Hive3 docker OSS configuration to use Jindo 
fs #61822 (#61927)
    
    Cherry-picked from #61822
    
    Co-authored-by: zgxme <[email protected]>
---
 docker/thirdparties/docker-compose/hive/hadoop-hive-3x.env.tpl       | 4 +++-
 docker/thirdparties/docker-compose/hive/scripts/prepare-hive-data.sh | 5 +++--
 .../thirdparties/docker-compose/kerberos/entrypoint-hive-master.sh   | 5 +++--
 docker/thirdparties/docker-compose/kerberos/hadoop-hive.env.tpl      | 3 ++-
 4 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/docker/thirdparties/docker-compose/hive/hadoop-hive-3x.env.tpl 
b/docker/thirdparties/docker-compose/hive/hadoop-hive-3x.env.tpl
index a5676e8aed9..24fb144d0e0 100644
--- a/docker/thirdparties/docker-compose/hive/hadoop-hive-3x.env.tpl
+++ b/docker/thirdparties/docker-compose/hive/hadoop-hive-3x.env.tpl
@@ -38,7 +38,9 @@ HIVE_SITE_CONF_fs_cosn_bucket_region=${COSRegion}
 HIVE_SITE_CONF_fs_cosn_impl=org.apache.hadoop.fs.CosFileSystem
 HIVE_SITE_CONF_fs_cos_impl=org.apache.hadoop.fs.CosFileSystem
 HIVE_SITE_CONF_fs_AbstractFileSystem_cosn_impl=org.apache.hadoop.fs.CosN
-HIVE_SITE_CONF_fs_oss_impl=org.apache.hadoop.fs.aliyun.oss.AliyunOSSFileSystem
+
+HIVE_SITE_CONF_fs_oss_impl=com.aliyun.jindodata.oss.JindoOssFileSystem
+HIVE_SITE_CONF_fs_AbstractFileSystem_oss_impl=com.aliyun.jindodata.oss.JindoOSS
 HIVE_SITE_CONF_fs_oss_accessKeyId=${OSSAk}
 HIVE_SITE_CONF_fs_oss_accessKeySecret=${OSSSk}
 HIVE_SITE_CONF_fs_oss_endpoint=${OSSEndpoint}
diff --git 
a/docker/thirdparties/docker-compose/hive/scripts/prepare-hive-data.sh 
b/docker/thirdparties/docker-compose/hive/scripts/prepare-hive-data.sh
index 7d1c7d8696f..170e4f59834 100644
--- a/docker/thirdparties/docker-compose/hive/scripts/prepare-hive-data.sh
+++ b/docker/thirdparties/docker-compose/hive/scripts/prepare-hive-data.sh
@@ -130,8 +130,9 @@ jars=(
     aliyun-java-sdk-ecs-4.2.0.jar
     aliyun-java-sdk-ram-3.0.0.jar
     aliyun-java-sdk-sts-3.0.0.jar
-    aliyun-sdk-oss-3.4.1.jar
-    hadoop-aliyun-3.2.1.jar
+    jindo-core-6.3.4.jar
+    jindo-core-linux-el7-aarch64-6.3.4.jar
+    jindo-sdk-6.3.4.jar
     aws-java-sdk-bundle-1.11.375.jar
     hadoop-huaweicloud-3.1.1-hw-54.5.jar
     hadoop-cos-3.1.0-8.3.22.jar
diff --git 
a/docker/thirdparties/docker-compose/kerberos/entrypoint-hive-master.sh 
b/docker/thirdparties/docker-compose/kerberos/entrypoint-hive-master.sh
index db8f27db54b..b6eeb381fab 100755
--- a/docker/thirdparties/docker-compose/kerberos/entrypoint-hive-master.sh
+++ b/docker/thirdparties/docker-compose/kerberos/entrypoint-hive-master.sh
@@ -46,8 +46,9 @@ curl -O 
https://s3BucketName.s3Endpoint/regression/docker/hive3/aliyun-java-sdk-
 curl -O 
https://s3BucketName.s3Endpoint/regression/docker/hive3/aliyun-java-sdk-ecs-4.2.0.jar
 curl -O 
https://s3BucketName.s3Endpoint/regression/docker/hive3/aliyun-java-sdk-ram-3.0.0.jar
 curl -O 
https://s3BucketName.s3Endpoint/regression/docker/hive3/aliyun-java-sdk-sts-3.0.0.jar
-curl -O 
https://s3BucketName.s3Endpoint/regression/docker/hive3/aliyun-sdk-oss-3.4.1.jar
-curl -O 
https://s3BucketName.s3Endpoint/regression/docker/hive3/hadoop-aliyun-3.2.1.jar
+curl -O 
https://s3BucketName.s3Endpoint/regression/docker/hive3/jindo-core-6.3.4.jar
+curl -O 
https://s3BucketName.s3Endpoint/regression/docker/hive3/jindo-core-linux-el7-aarch64-6.3.4.jar
+curl -O 
https://s3BucketName.s3Endpoint/regression/docker/hive3/jindo-sdk-6.3.4.jar
 curl -O 
https://s3BucketName.s3Endpoint/regression/docker/hive3/aws-java-sdk-bundle-1.11.375.jar
 curl -O 
https://s3BucketName.s3Endpoint/regression/docker/hive3/hadoop-huaweicloud-3.1.1-hw-54.5.jar
 curl -O 
https://s3BucketName.s3Endpoint/regression/docker/hive3/hadoop-cos-3.1.0-8.3.22.jar
diff --git a/docker/thirdparties/docker-compose/kerberos/hadoop-hive.env.tpl 
b/docker/thirdparties/docker-compose/kerberos/hadoop-hive.env.tpl
index 9f36428c433..67cecd8ba61 100644
--- a/docker/thirdparties/docker-compose/kerberos/hadoop-hive.env.tpl
+++ b/docker/thirdparties/docker-compose/kerberos/hadoop-hive.env.tpl
@@ -80,7 +80,8 @@ HIVE_SITE_CONF_fs_cosn_bucket_region=${COSRegion}
 HIVE_SITE_CONF_fs_cosn_impl=org.apache.hadoop.fs.CosFileSystem
 HIVE_SITE_CONF_fs_cos_impl=org.apache.hadoop.fs.CosFileSystem
 HIVE_SITE_CONF_fs_AbstractFileSystem_cosn_impl=org.apache.hadoop.fs.CosN
-HIVE_SITE_CONF_fs_oss_impl=org.apache.hadoop.fs.aliyun.oss.AliyunOSSFileSystem
+HIVE_SITE_CONF_fs_oss_impl=com.aliyun.jindodata.oss.JindoOssFileSystem
+HIVE_SITE_CONF_fs_AbstractFileSystem_oss_impl=com.aliyun.jindodata.oss.JindoOSS
 HIVE_SITE_CONF_fs_oss_accessKeyId=${OSSAk}
 HIVE_SITE_CONF_fs_oss_accessKeySecret=${OSSSk}
 HIVE_SITE_CONF_fs_oss_endpoint=${OSSEndpoint}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to