-
- Downloads
[SPARK-14134][CORE] Change the package name used for shading classes.
The current package name uses a dash, which is a little weird but seemed to work. That is, until a new test tried to mock a class that references one of those shaded types, and then things started failing. Most changes are just noise to fix the logging configs. For reference, SPARK-8815 also raised this issue, although at the time it did not cause any issues in Spark, so it was not addressed. Author: Marcelo Vanzin <vanzin@cloudera.com> Closes #11941 from vanzin/SPARK-14134.
Showing
- common/network-yarn/pom.xml 2 additions, 2 deletionscommon/network-yarn/pom.xml
- conf/log4j.properties.template 2 additions, 2 deletionsconf/log4j.properties.template
- core/src/main/resources/org/apache/spark/log4j-defaults.properties 2 additions, 2 deletions...main/resources/org/apache/spark/log4j-defaults.properties
- core/src/test/resources/log4j.properties 1 addition, 2 deletionscore/src/test/resources/log4j.properties
- external/flume-sink/src/test/resources/log4j.properties 1 addition, 1 deletionexternal/flume-sink/src/test/resources/log4j.properties
- external/flume/src/test/resources/log4j.properties 1 addition, 1 deletionexternal/flume/src/test/resources/log4j.properties
- external/java8-tests/src/test/resources/log4j.properties 1 addition, 1 deletionexternal/java8-tests/src/test/resources/log4j.properties
- external/kafka/src/test/resources/log4j.properties 1 addition, 1 deletionexternal/kafka/src/test/resources/log4j.properties
- external/kinesis-asl/src/main/resources/log4j.properties 2 additions, 2 deletionsexternal/kinesis-asl/src/main/resources/log4j.properties
- external/kinesis-asl/src/test/resources/log4j.properties 1 addition, 1 deletionexternal/kinesis-asl/src/test/resources/log4j.properties
- graphx/src/test/resources/log4j.properties 1 addition, 2 deletionsgraphx/src/test/resources/log4j.properties
- launcher/src/test/resources/log4j.properties 1 addition, 2 deletionslauncher/src/test/resources/log4j.properties
- mllib/src/test/resources/log4j.properties 1 addition, 1 deletionmllib/src/test/resources/log4j.properties
- pom.xml 5 additions, 2 deletionspom.xml
- repl/src/test/resources/log4j.properties 1 addition, 1 deletionrepl/src/test/resources/log4j.properties
- sql/catalyst/src/test/resources/log4j.properties 1 addition, 2 deletionssql/catalyst/src/test/resources/log4j.properties
- streaming/src/test/resources/log4j.properties 1 addition, 1 deletionstreaming/src/test/resources/log4j.properties
- yarn/src/test/resources/log4j.properties 1 addition, 1 deletionyarn/src/test/resources/log4j.properties
- yarn/src/test/scala/org/apache/spark/deploy/yarn/BaseYarnClusterSuite.scala 1 addition, 1 deletion...a/org/apache/spark/deploy/yarn/BaseYarnClusterSuite.scala
Loading
Please register or sign in to comment