GitHub user pwendell opened a pull request: https://github.com/apache/incubator-spark/pull/573
Default log4j initialization causes errors for those not using log4j This is a re-do of #560 which got merged too soon. There are some maven build issues we need to fix before merging this. Note currently the diff here is weird because github hasn't caught up with apache git. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-spark logging Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-spark/pull/573.patch ---- commit d6a9bdc097458ee961072e67627ade8a0a9e3c58 Author: Patrick Wendell <pwend...@gmail.com> Date: 2014-02-10T07:35:06Z Revert "Merge pull request #560 from pwendell/logging. Closes #560." This reverts commit b6d40b782327188a25ded5b22790552121e5271f. commit 66594e88e5be50fca073a7ef38fa62db4082b3c8 Author: Patrick Wendell <pwend...@gmail.com> Date: 2014-02-07T23:22:29Z Logging fix ----