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

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


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

commit 38636f21d7f2df55024c387b7ddfa334460270d4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 24 17:11:31 2025 +0800

    branch-3.1: [fix](jni)Add hadoop-mapreduce-client-core dependencies #58217 
(#58265)
    
    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 9bfffa56aa0..96edd893ccf 100644
--- a/fe/be-java-extensions/hadoop-deps/pom.xml
+++ b/fe/be-java-extensions/hadoop-deps/pom.xml
@@ -55,6 +55,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