Closed mrow4a closed 6 years ago
Scala logging slf4j (https://mvnrepository.com/artifact/com.typesafe.scala-logging/scala-logging-slf4j) is no longer supported (since 2014). I have also started receiving conflicts between packages since this one is using legacy one.
Update to maintained solves the issue https://mvnrepository.com/artifact/com.typesafe.scala-logging/scala-logging
I run TPCDS benchmark with Spark both on YARN/HDFS and Kubernetes/S3.
CC: @prasanthkothuri
cc @npoggi, looks good to me.
@mrow4a looks good, will test it next time we do a new build.
@NMigo thanks!
Description
Scala logging slf4j (https://mvnrepository.com/artifact/com.typesafe.scala-logging/scala-logging-slf4j) is no longer supported (since 2014). I have also started receiving conflicts between packages since this one is using legacy one.
Update to maintained solves the issue https://mvnrepository.com/artifact/com.typesafe.scala-logging/scala-logging
How did I test?
I run TPCDS benchmark with Spark both on YARN/HDFS and Kubernetes/S3.
CC: @prasanthkothuri