Skip to content
Snippets Groups Projects
Commit 383425ab authored by Sean Owen's avatar Sean Owen Committed by Andrew Or
Browse files

SPARK-3782 [CORE] Direct use of log4j in AkkaUtils interferes with certain logging configurations

Although the underlying issue can I think be solved by having user code use slf4j 1.7.6+, it might be helpful and consistent to update Spark's slf4j too. I see no reason to believe it would be incompatible with other 1.7.x releases: http://www.slf4j.org/news.html  Lots of different version of slf4j are in use in the wild and anecdotally I have never seen an issue mixing them.

Author: Sean Owen <sowen@cloudera.com>

Closes #4184 from srowen/SPARK-3782 and squashes the following commits:

5608d28 [Sean Owen] Update slf4j to 1.7.10
parent c586b45d
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@
<scala.macros.version>2.0.1</scala.macros.version>
<mesos.version>0.21.0</mesos.version>
<mesos.classifier>shaded-protobuf</mesos.classifier>
<slf4j.version>1.7.5</slf4j.version>
<slf4j.version>1.7.10</slf4j.version>
<log4j.version>1.2.17</log4j.version>
<hadoop.version>1.0.4</hadoop.version>
<protobuf.version>2.4.1</protobuf.version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment