Skip to content

Conversation

@Le-Zheng
Copy link
Contributor

@Le-Zheng Le-Zheng commented Jul 15, 2023

Description

Spark3.4

1. Why the change?

  • You need to update xgboost to latest version 1.7.6 to fix the java.lang.nosuchmethoderror org.json4s.jsondsl$.pair2assoc
  • common-lang3's version should be 3.12.0,or java11 can't be used.
  • Duplicated dependency jackson-databind should be excluded from json4s-jackson

2. Summary of the change

  1. version conflict org.apache.commons:commons-lang3 hadoop use3.7.0, spark_core use 3.12.0
java.lang.NoSuchMethodError:org.apache.commons.text.StringSubstitutor.setEnableUndefinedVariableException(Z)Lorg/apache/commons/text/StringSubstitutor;
  1. version conflict org.apache.commons:commons-text
java.lang.NoSuchMethodError: org.apache.commons.text.StringSubstitutor.setEnableUndefinedVariableException(Z)Lorg/apache/commons/text/StringSubstitutor
  1. version conflict in netty
  2. Upgrade: hadoop, parquet, xgboost

@Le-Zheng Le-Zheng changed the title upgrade xgboost_2.12 & refactor spark3.4 scala part Jul 17, 2023
@Le-Zheng Le-Zheng requested a review from qiuxin2012 July 17, 2023 02:34
@Le-Zheng Le-Zheng merged commit d8855a9 into intel:main Jul 19, 2023
hkvision pushed a commit to hkvision/ipex-llm that referenced this pull request Aug 18, 2023
* spark 3

* upgrade xgboost_2.12

* action
liu-shaojun added a commit that referenced this pull request Feb 25, 2024
* spark3.4 scala part (#8541)

* spark 3

* upgrade xgboost_2.12

* action

* spark 3.4 scala nightly & docker action (#8583)

* spark 3.4 scala nightly

* docker action and dockerfile

* update

* spark3.4.1 in python job (#8625)

* spark3.4.1 in python job

* mac python spark3.4.1 (#8637)

* mac python spark3.4.1

* update

* update

* update

* Fix tests

* revert style check fix

---------

Co-authored-by: Le-Zheng <30695225+Le-Zheng@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant