You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2022/03/09 03:57:51 UTC

[spark] branch master updated (35c0e5c -> 4da04fc)

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

dongjoon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 35c0e5c  [MINOR][PYTHON] Fix `MultilayerPerceptronClassifierTest.test_raw_and_probability_prediction`
     add 4da04fc  [SPARK-37600][BUILD] Upgrade to Hadoop 3.3.2

No new revisions were added by this update.

Summary of changes:
 LICENSE-binary                                     |  2 +
 NOTICE-binary                                      |  3 ++
 .../shaded/net/jpountz/lz4/LZ4Compressor.java      | 37 ---------------
 .../hadoop/shaded/net/jpountz/lz4/LZ4Factory.java  | 49 --------------------
 .../net/jpountz/lz4/LZ4SafeDecompressor.java       | 36 ---------------
 dev/deps/spark-deps-hadoop-3-hive-2.3              | 41 ++++++++--------
 hadoop-cloud/pom.xml                               |  7 +++
 licenses/LICENSE-jdom.txt                          | 54 ++++++++++++++++++++++
 pom.xml                                            |  4 +-
 project/MimaExcludes.scala                         |  7 ++-
 .../sql/hive/client/IsolatedClientLoader.scala     |  2 +-
 11 files changed, 98 insertions(+), 144 deletions(-)
 delete mode 100644 core/src/main/java/org/apache/hadoop/shaded/net/jpountz/lz4/LZ4Compressor.java
 delete mode 100644 core/src/main/java/org/apache/hadoop/shaded/net/jpountz/lz4/LZ4Factory.java
 delete mode 100644 core/src/main/java/org/apache/hadoop/shaded/net/jpountz/lz4/LZ4SafeDecompressor.java
 create mode 100644 licenses/LICENSE-jdom.txt

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org