You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/07/31 16:59:45 UTC

[GitHub] [hudi] vinothchandar commented on a change in pull request #1894: [WIP] Suppressing spark logs for hudi-integ and hudi-utilities

vinothchandar commented on a change in pull request #1894:
URL: https://github.com/apache/hudi/pull/1894#discussion_r463724384



##########
File path: hudi-integ-test/src/test/java/org/apache/hudi/integ/ITTestBase.java
##########
@@ -132,6 +134,12 @@ public void init() {
     await().atMost(60, SECONDS).until(this::servicesUp);
   }
 
+  private void suppressSparkLogs() {

Review comment:
       this may not have that much impact. given we don't kick off any Spark DAGs from this java class. its all done via commands passes to docker.




----------------------------------------------------------------
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:
users@infra.apache.org