JZTXT
  • 首页
  • Ai
  • Java
  • Python
  • Android
  • Mysql
  • JavaScript
  • Html
  • CSS

在本地运行spark程序,出现Scala module 2.13.4 requires Jackson Databind version >= 2.13.0 and < 2.14.0 - Found jackson-databind version 2.12.7

发布时间 2023-05-25 16:17:59作者: 司马熠

这是jackson多版本题 , 我们需要屏蔽所有hadoop 组件中的Jackson,在pom.xml文件里修改:

添加

<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
如图:

 

 

 

    本栏目推荐文章
  • 多项式定积分计算软件2025 64位WIN版下载Polynomial definite integral calculation software 2025 64 bit WIN version download
  • P9007 [入门赛 #9] 最澄澈的空与海 (Hard Version) 题解
  • devmapper: Thin Pool has 162394 free data blocks which is less than minimum required 163840 free data blocks
  • android编译kanzi 问题 (2) Gradle sync failed: NDK not configured. Download it with SDK manager. Preferred NDK version is '21.1.6352462'.
  • CodeForces 1919F2 Wine Factory (Hard Version)
  • 7 Dances (Easy version)
  • sqlsugar在使用mysql时,Dbfirst and Codefirst requires system table permissions
  • Vue ui 创建项目报错: ERROR Failed to get response from https://registry.npmjs.org/vue-cli-version-marker
  • python报错:`visualize_sharding` requires `rich` to be installed.
  • Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
版权声明:本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。
联系我们