You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by si...@apache.org on 2022/02/08 05:41:11 UTC

[hudi] branch master updated (8ab6f17 -> 0ab1a8e)

This is an automated email from the ASF dual-hosted git repository.

sivabalan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.


    from 8ab6f17  [HUDI-3373] Add zero value metrics for empty data source and PROMETHEUS_PUSHGATEWAY reporter (#4760)
     add 0ab1a8e  [HUDI-3312] Fixing spark yaml and adding hive validation to integ test suite (#4731)

No new revisions were added by this update.

Summary of changes:
 .../config/test-suite/cow-spark-long-running.yaml  | 16 ++++++-------
 .../demo/config/test-suite/cow-spark-simple.yaml   |  6 ++---
 ...reamer-long-running-multi-partitions-hive.yaml} |  4 ++--
 ...ltastreamer-long-running-multi-partitions.yaml} |  2 +-
 ...aml => detlastreamer-long-running-example.yaml} |  2 +-
 ...ng-example.yaml => simple-clustering-hive.yaml} |  8 +++----
 ...stering-example.yaml => simple-clustering.yaml} |  6 ++---
 ...dag-cow.yaml => simple-deltastreamer-hive.yaml} |  4 ++--
 ...plex-dag-cow.yaml => simple-deltastreamer.yaml} |  2 +-
 hudi-integ-test/README.md                          | 28 +++++++++++-----------
 .../integ/testsuite/configuration/DeltaConfig.java |  5 ++++
 .../dag/nodes/BaseValidateDatasetNode.java         | 13 ++++++----
 .../testsuite/dag/nodes/ValidateDatasetNode.java   |  4 +++-
 .../testsuite/dag/nodes/SparkInsertNode.scala      |  2 +-
 14 files changed, 56 insertions(+), 46 deletions(-)
 copy docker/demo/config/test-suite/{cow-long-running-multi-partitions.yaml => deltastreamer-long-running-multi-partitions-hive.yaml} (96%)
 rename docker/demo/config/test-suite/{cow-long-running-multi-partitions.yaml => deltastreamer-long-running-multi-partitions.yaml} (97%)
 rename docker/demo/config/test-suite/{cow-long-running-example.yaml => detlastreamer-long-running-example.yaml} (97%)
 copy docker/demo/config/test-suite/{cow-clustering-example.yaml => simple-clustering-hive.yaml} (94%)
 rename docker/demo/config/test-suite/{cow-clustering-example.yaml => simple-clustering.yaml} (96%)
 copy docker/demo/config/test-suite/{complex-dag-cow.yaml => simple-deltastreamer-hive.yaml} (97%)
 rename docker/demo/config/test-suite/{complex-dag-cow.yaml => simple-deltastreamer.yaml} (98%)