Github user liorchaga commented on the pull request:

    https://github.com/apache/spark/pull/4998#issuecomment-78499766
  
    We are using log4j 2.x in our executor code. I tried adding log4j 2.x 
dependencies using spark.executor.extraClassPath, but then we have both log4j 
1.2 and 2.x in our classpath (1.2 is shaded in spark-assembly).
    Maybe I'm missing something here, but as I understand I must exclude the 
log4j 1.2 dependencies to get it working properly. 
    We don't mind having a profile for just excluding the log4j 1.2 
dependencies, and than adding the 2.x jars with extraClassPath, if that is more 
acceptable.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to