You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spark 2.4.3 integrates with springboot 2.2.1.RELEASE. When the spring application starts, it will throw java.lang.NoSuchMethodError:
or java.lang.AbstractMethodError:
or other errors.
These error must be because of conflicting Jars between spring-boot and apache spark.
My brief pom.xml look like this:
Spark 2.4.3 integrates with springboot 2.2.1.RELEASE. When the spring application starts, it will throw java.lang.NoSuchMethodError:


or java.lang.AbstractMethodError:
or other errors.
These error must be because of conflicting Jars between spring-boot and apache spark.
My brief pom.xml look like this:
Mark note:
I found the following jars will be in conflict:
According to the third point, I adjusted the pom.xml file, look like this:
Build the fat jar(with dependences) is like:

The text was updated successfully, but these errors were encountered: