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

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


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 93c8bef60ab branch-4.0: [fix](jni)Add hadoop-mapreduce-client-core 
dependencies #58217 (#58267)
93c8bef60ab is described below

commit 93c8bef60ab627b439fabcc9174c4e084708550e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 24 14:52:29 2025 +0800

    branch-4.0: [fix](jni)Add hadoop-mapreduce-client-core dependencies #58217 
(#58267)
    
    Cherry-picked from #58217
    
    Co-authored-by: Calvin Kirs <[email protected]>
---
 fe/be-java-extensions/hadoop-deps/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/fe/be-java-extensions/hadoop-deps/pom.xml 
b/fe/be-java-extensions/hadoop-deps/pom.xml
index 327f9679713..eddff987e35 100644
--- a/fe/be-java-extensions/hadoop-deps/pom.xml
+++ b/fe/be-java-extensions/hadoop-deps/pom.xml
@@ -59,6 +59,10 @@ under the License.
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-auth</artifactId>
         </dependency>
+        <dependency> 
+            <groupId>org.apache.hadoop</groupId>
+            <artifactId>hadoop-mapreduce-client-core</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.apache.hadoop.thirdparty</groupId>
             <artifactId>hadoop-shaded-protobuf_3_25</artifactId>


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

Reply via email to