-
- Downloads
Add log4j exclusion rule to maven.
To make this work I had to rename the defaults file. Otherwise maven's pattern matching rules included it when trying to match other log4j.properties files. I also fixed a bug in the existing maven build where two <transformers> tags were present in assembly/pom.xml such that one overwrote the other.
Showing
- assembly/pom.xml 3 additions, 3 deletionsassembly/pom.xml
- core/src/main/resources/org/apache/spark/log4j-defaults.properties 0 additions, 0 deletions...main/resources/org/apache/spark/log4j-defaults.properties
- core/src/main/scala/org/apache/spark/Logging.scala 6 additions, 4 deletionscore/src/main/scala/org/apache/spark/Logging.scala
- examples/pom.xml 3 additions, 0 deletionsexamples/pom.xml
Loading
Please register or sign in to comment