Github user witgo commented on the pull request:

    https://github.com/apache/spark/pull/325#issuecomment-40052128
  
    @pwendell 
    Thank you, this patch works
    
    But this only solve one problem. The Spark the dependence of the is fixed, 
we can only use log4j.
    
    In SparkBuild.scala file:
    
            "log4j"                      % "log4j"            % "1.2.17",
            "org.slf4j"                  % "slf4j-api"        % slf4jVersion,
            "org.slf4j"                  % "slf4j-log4j12"    % slf4jVersion,
            "org.slf4j"                  % "jul-to-slf4j"     % slf4jVersion,
            "org.slf4j"                  % "jcl-over-slf4j"   % slf4jVersion,
    
    To become a configurable logging system?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to