spark-redshift-community / spark-redshift

Performant Redshift data source for Apache Spark
Apache License 2.0
135 stars 62 forks source link

fix: log4j-api not compatibility with spark 3.2.0 #100

Closed nvlong198 closed 2 years ago

nvlong198 commented 2 years ago

In spark-streaming_2.12 % 3.2.0 using log4j 1.7 as dependencies slf4j-api % 1.7.5 not compatibility causing Exception in thread "Executor task launch worker-0" java.lang.NoSuchMethodError: 'java.lang.String org.slf4j.helpers.Util.safeGetSystemProperty(java.lang.String)' upgrade slf4j-api to 1.7.32 can solve problem