You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@datafu.apache.org by GitBox <gi...@apache.org> on 2022/10/11 09:12:32 UTC

[GitHub] [datafu] eyala commented on pull request #31: DATAFU-162: Upgraded to log4j2 in datafu-spark

eyala commented on PR #31:
URL: https://github.com/apache/datafu/pull/31#issuecomment-1274371690

   It seems to me like there are some changes in what is being logged. You can see this by comparing the gradle build results in _datafu-spark/build/test-results_ (between the master branch and yours).
   
   For example, this line is missing in DataframeOpsTests:
   
   `WARN apache.spark.SparkContext - Using an existing SparkContext; some configuration may not take effect.
   `
   
   And some messages with level _WARN hive.metastore.ObjectStore_ from TestScalaPythonBridge, and _WARN hive.metastore.ObjectStore_ from UdafTests.
   
   If it's just the default logging level in the tests, I think it's fine ... but if it will lead to a change in actual usage then less so.


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@datafu.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org