bvaradar commented on a change in pull request #1752:
URL: https://github.com/apache/hudi/pull/1752#discussion_r465331708
##########
File path: hudi-integ-test/src/test/java/org/apache/hudi/integ/ITTestBase.java
##########
@@ -58,6 +58,7 @@
protected static final String PRESTO_COORDINATOR = "/presto-coordinator-1";
protected static final String HOODIE_WS_ROOT = "/var/hoodie/ws";
protected static final String HOODIE_JAVA_APP = HOODIE_WS_ROOT +
"/hudi-spark/run_hoodie_app.sh";
+ protected static final String HOODIE_JAVA_STREAMING_APP = HOODIE_WS_ROOT +
"/hudi-spark/run_hoodie_streaming_app.sh";
Review comment:
Enabled it after adding timed retry logic to wait for commits
----------------------------------------------------------------
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]