Skip to content

Commit 83a8079

Browse files
huangtianhuadongjoon-hyun
authored andcommitted
[SPARK-32691][BUILD] Update commons-crypto to v1.1.0
### What changes were proposed in this pull request? Update the package commons-crypto to v1.1.0 to support aarch64 platform - https://issues.apache.org/jira/browse/CRYPTO-139 ### Why are the changes needed? The package commons-crypto-1.0.0 available in the Maven repository doesn't support aarch64 platform. It costs long time in CryptoRandomFactory.getCryptoRandom(properties).nextBytes(iv) when NettyBlockRpcSever receive block data from client, if the time more than the default value 120s, IOException raised and client will retry replicate the block data to other executors. But in fact the replication is complete, it makes the replication number incorrect. This makes DistributedSuite tests pass. ### Does this PR introduce any user-facing change? No ### How was this patch tested? Pass the CIs. Closes #30275 from huangtianhua/SPARK-32691. Authored-by: huangtianhua <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 8113c88 commit 83a8079

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ commons-collections/3.2.2//commons-collections-3.2.2.jar
3737
commons-compiler/3.0.16//commons-compiler-3.0.16.jar
3838
commons-compress/1.8.1//commons-compress-1.8.1.jar
3939
commons-configuration/1.6//commons-configuration-1.6.jar
40-
commons-crypto/1.0.0//commons-crypto-1.0.0.jar
40+
commons-crypto/1.1.0//commons-crypto-1.1.0.jar
4141
commons-dbcp/1.4//commons-dbcp-1.4.jar
4242
commons-digester/1.8//commons-digester-1.8.jar
4343
commons-httpclient/3.1//commons-httpclient-3.1.jar

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ commons-codec/1.10//commons-codec-1.10.jar
3030
commons-collections/3.2.2//commons-collections-3.2.2.jar
3131
commons-compiler/3.0.16//commons-compiler-3.0.16.jar
3232
commons-compress/1.8.1//commons-compress-1.8.1.jar
33-
commons-crypto/1.0.0//commons-crypto-1.0.0.jar
33+
commons-crypto/1.1.0//commons-crypto-1.1.0.jar
3434
commons-dbcp/1.4//commons-dbcp-1.4.jar
3535
commons-httpclient/3.1//commons-httpclient-3.1.jar
3636
commons-io/2.5//commons-io-2.5.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
-->
198198
<paranamer.version>2.8</paranamer.version>
199199
<maven-antrun.version>1.8</maven-antrun.version>
200-
<commons-crypto.version>1.0.0</commons-crypto.version>
200+
<commons-crypto.version>1.1.0</commons-crypto.version>
201201
<!--
202202
If you are changing Arrow version specification, please check
203203
./python/pyspark/sql/pandas/utils.py, and ./python/setup.py too.

0 commit comments

Comments
 (0)