umehrot2 opened a new pull request #882: Fix logging in HoodieSparkSqlWriter URL: https://github.com/apache/incubator-hudi/pull/882 The class name used for logging in HoodieSparkSqlWriter is not correct. Thus, when we configure logging for Hudi in spark's `log4j.properties` using `log4j.logger.org.apache.hudi=INFO` it does not get applied to this scala object/class because the class name provided does not have `org.apache.hudi` namespace.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
