Spark uses s3a: java.lang.NoSuchMethodError

后端 未结 1 1881
后悔当初
后悔当初 2021-01-24 17:22

I\'m doing something about the combination of spark_with_hadoop2.7 (2.4.3), hadoop (3.2.0) and Ceph luminous. When I tried to use spark to access ceph (for example, start

1条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-24 18:06

    All the hadoop-* JARs need to be 100% matching on versions, else you get to see stack traces like this.

    For more information please reread

    0 讨论(0)
提交回复
热议问题