Skip to content

Commit 93c8bef

Browse files
branch-4.0: [fix](jni)Add hadoop-mapreduce-client-core dependencies #58217 (#58267)
Cherry-picked from #58217 Co-authored-by: Calvin Kirs <[email protected]>
1 parent 78da615 commit 93c8bef

File tree

1 file changed

+4
-0
lines changed
  • fe/be-java-extensions/hadoop-deps

1 file changed

+4
-0
lines changed

fe/be-java-extensions/hadoop-deps/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ under the License.
5959
<groupId>org.apache.hadoop</groupId>
6060
<artifactId>hadoop-auth</artifactId>
6161
</dependency>
62+
<dependency>
63+
<groupId>org.apache.hadoop</groupId>
64+
<artifactId>hadoop-mapreduce-client-core</artifactId>
65+
</dependency>
6266
<dependency>
6367
<groupId>org.apache.hadoop.thirdparty</groupId>
6468
<artifactId>hadoop-shaded-protobuf_3_25</artifactId>

0 commit comments

Comments
 (0)