[ https://issues.apache.org/jira/browse/SPARK-6305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15409655#comment-15409655 ]
Mikael Ståldal commented on SPARK-6305: --------------------------------------- It should not be necessary to do explicit logging configuration for REPL as done in Logging.scala:(130-141), you can include a log configuration file in {{src/main/resources}} in spark-repl instead. Not as easy for the R and Python backends though, since they are in the spark-core module. However, I think you should at least move that code to those classes rather than keeping it in Logging.scala. > Add support for log4j 2.x to Spark > ---------------------------------- > > Key: SPARK-6305 > URL: https://issues.apache.org/jira/browse/SPARK-6305 > Project: Spark > Issue Type: Improvement > Components: Build > Reporter: Tal Sliwowicz > Priority: Minor > > log4j 2 requires replacing the slf4j binding and adding the log4j jars in the > classpath. Since there are shaded jars, it must be done during the build. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org