n3nash commented on a change in pull request #2168:
URL: https://github.com/apache/hudi/pull/2168#discussion_r520127236
##########
File path: hudi-integ-test/README.md
##########
@@ -267,3 +269,170 @@ spark-submit \
--table-type MERGE_ON_READ \
--compact-scheduling-minshare 1
```
+
+For long running test suite, validation has to be done differently. Idea is to
run same dag in a repeated manner.
+Hence "ValidateDatasetNode" is introduced which will read entire input data
and compare it with hudi contents both via
+spark datasource and hive table via spark sql engine.
Review comment:
spark sql engine works with hive 1.x ? Have we tested it out ?
----------------------------------------------------------------
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]