-
- Downloads
SPARK-1008: Logging improvments
1. Adds a default log4j file that gets loaded if users haven't specified a log4j file. 2. Isolates use of the tools assembly jar. I found this produced SLF4J warnings after building with SBT (and I've seen similar warnings on the mailing list).
Showing
- core/src/main/resources/org/apache/spark/default-log4j.properties 8 additions, 0 deletions.../main/resources/org/apache/spark/default-log4j.properties
- core/src/main/scala/org/apache/spark/Logging.scala 15 additions, 3 deletionscore/src/main/scala/org/apache/spark/Logging.scala
- repl/src/main/scala/org/apache/spark/repl/SparkILoop.scala 2 additions, 0 deletionsrepl/src/main/scala/org/apache/spark/repl/SparkILoop.scala
- spark-class 12 additions, 10 deletionsspark-class
Please register or sign in to comment