Skip to content

Commit 552effc

Browse files
pan3793dongjoon-hyun
authored andcommitted
[SPARK-53637][BUILD] Demote bcprov-jdk18on to test scope
### What changes were proposed in this pull request? This PR logically reverts SPARK-51311. ### Why are the changes needed? HADOOP-19152 has already been included in Hadoop 3.4.2 via apache/hadoop#7439, the previous workaround is unnecessary anymore. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? I manually tested it in a kerberized cluster with a SparkPi. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #52390 from pan3793/SPARK-53637. Authored-by: Cheng Pan <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent fb46424 commit 552effc

File tree

4 files changed

+0
-25
lines changed

4 files changed

+0
-25
lines changed

LICENSE-binary

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,6 @@ dev.ludovic.netlib:blas
479479
dev.ludovic.netlib:arpack
480480
dev.ludovic.netlib:lapack
481481
net.razorvine:pickle
482-
org.bouncycastle:bcprov-jdk18on
483482
org.checkerframework:checker-qual
484483
org.typelevel:algebra_2.13:jar
485484
org.typelevel:cats-kernel_2.13

assembly/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -136,16 +136,6 @@
136136
<artifactId>guava</artifactId>
137137
<scope>${hadoop.deps.scope}</scope>
138138
</dependency>
139-
140-
<!--
141-
SPARK-51311: HDFS-15098 (3.4.0) adds hard dependency on bcprov-jdk18on, Spark fails to submit
142-
to Kerberized cluster without this dependency, until HADOOP-19152 (3.5.0, unreleased)
143-
-->
144-
<dependency>
145-
<groupId>org.bouncycastle</groupId>
146-
<artifactId>bcprov-jdk18on</artifactId>
147-
<scope>${hadoop.deps.scope}</scope>
148-
</dependency>
149139
</dependencies>
150140

151141
<build>

dev/deps/spark-deps-hadoop-3-hive-2.3

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ avro/1.12.0//avro-1.12.0.jar
2727
azure-data-lake-store-sdk/2.3.9//azure-data-lake-store-sdk-2.3.9.jar
2828
azure-keyvault-core/1.0.0//azure-keyvault-core-1.0.0.jar
2929
azure-storage/7.0.1//azure-storage-7.0.1.jar
30-
bcprov-jdk18on/1.81//bcprov-jdk18on-1.81.jar
3130
blas/3.0.4//blas-3.0.4.jar
3231
breeze-macros_2.13/2.1.0//breeze-macros_2.13-2.1.0.jar
3332
breeze_2.13/2.1.0//breeze_2.13-2.1.0.jar

licenses-binary/LICENSE-bouncycastle.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)