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:
[email protected]