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/01/10 15:52:34 UTC

[hudi] branch release-0.10.1-rc1 updated: Fixing clustering yaml

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

sivabalan pushed a commit to branch release-0.10.1-rc1
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/release-0.10.1-rc1 by this push:
     new 3e7d28b  Fixing clustering yaml
3e7d28b is described below

commit 3e7d28bf2f6feb3e655be337c760bc55c4fe4189
Author: sivabalan narayanan <n....@gmail.com>
AuthorDate: Mon Jan 10 10:52:08 2022 -0500

    Fixing clustering yaml
---
 docker/demo/config/test-suite/cow-clustering-example.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker/demo/config/test-suite/cow-clustering-example.yaml b/docker/demo/config/test-suite/cow-clustering-example.yaml
index 9593231..6ae4eb9 100644
--- a/docker/demo/config/test-suite/cow-clustering-example.yaml
+++ b/docker/demo/config/test-suite/cow-clustering-example.yaml
@@ -14,8 +14,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 dag_name: cow-clustering-example.yaml
-dag_rounds: 3
-dag_intermittent_delay_mins: 0
+dag_rounds: 30
+dag_intermittent_delay_mins: 1
 dag_content:
   first_insert:
     config:
@@ -60,7 +60,7 @@ dag_content:
     deps: first_hive_sync
   first_cluster:
     config:
-      execute_itr_count: 2
+      execute_itr_count: 20
     type: ClusteringNode
     deps: first_validate
   second_hive_sync: